mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
fix: update sidebar, topology, table, title, router (#42)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user