feat: update instanceList and endpointList

This commit is contained in:
Qiuxia Fan
2022-01-17 17:58:23 +08:00
parent 9531e74f56
commit 652b3f2bbc
7 changed files with 55 additions and 18 deletions

View File

@@ -49,14 +49,19 @@ export const DefaultGraphConfig: { [key: string]: any } = {
showUint: true,
},
Table: {
type: "Card",
type: "Table",
showTableValues: true,
tableHeaderCol1: "",
tableHeaderCol2: "",
},
TopList: {
type: "TopList",
topN: 10,
},
InstanceList: {
type: "InstanceList",
},
EndpointList: {
type: "EndpointList",
},
};