fix: update sidebar, topology, table, title, router (#42)

This commit is contained in:
Fine0830
2022-03-28 14:14:59 +08:00
committed by GitHub
parent 2167b4afd5
commit d78ca0cd4b
12 changed files with 170 additions and 179 deletions

View File

@@ -143,7 +143,7 @@ const dashboardStore = useDashboardStore();
const chartLoading = ref<boolean>(false);
const instances = ref<Instance[]>([]); // current instances
const searchInstances = ref<Instance[]>([]); // all instances
const pageSize = 5;
const pageSize = 15;
const searchText = ref<string>("");
queryInstance();