mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: create image, intstance list, endpoint list
This commit is contained in:
@@ -23,9 +23,9 @@ export const ChartTypes = [
|
||||
{ label: "Card", value: "card" },
|
||||
{ label: "Progress Bar", value: "progressBar" },
|
||||
{ label: "Table", value: "table" },
|
||||
{ label: "Image", value: "image" },
|
||||
{ label: "Endpoint List", value: "endpointList" },
|
||||
{ label: "Instance List", value: "instanceList" },
|
||||
{ label: "Image", value: "image" },
|
||||
{ label: "Tab", value: "tab" },
|
||||
];
|
||||
export enum MetricQueryTypes {
|
||||
|
Reference in New Issue
Block a user