mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: update instanceList and endpointList
This commit is contained in:
@@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user