feat: update router and create service list component

This commit is contained in:
Qiuxia Fan
2022-01-18 14:05:50 +08:00
parent ff29b1314e
commit db8338ffa5
7 changed files with 94 additions and 11 deletions

View File

@@ -25,6 +25,7 @@ export const ChartTypes = [
{ label: "Card", value: "Card" },
{ label: "Top List", value: "TopList" },
{ label: "Table", value: "Table" },
{ label: "Service List", value: "ServiceList" },
{ label: "Endpoint List", value: "EndpointList" },
{ label: "Instance List", value: "InstanceList" },
];