mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-17 11:06:18 +00:00
update
This commit is contained in:
parent
26655bc449
commit
c05083db98
@ -188,7 +188,7 @@ limitations under the License. -->
|
||||
/*global Nullable, Recordable*/
|
||||
const { t } = useI18n();
|
||||
const dashboardStore = useDashboardStore();
|
||||
const pageSize = 12;
|
||||
const pageSize = 20;
|
||||
const dashboards = ref<DashboardItem[]>([]);
|
||||
const searchText = ref<string>("");
|
||||
const loading = ref<boolean>(false);
|
||||
|
@ -45,7 +45,7 @@ limitations under the License. -->
|
||||
import { ClusterNodeRow } from "../data";
|
||||
|
||||
const settingsStore = useSettingsStore();
|
||||
const pageSize = 20;
|
||||
const pageSize = 16;
|
||||
const currentPage = ref<number>(1);
|
||||
|
||||
onMounted(() => {
|
||||
|
@ -1,4 +1,3 @@
|
||||
import { ClusterNode } from "./../../types/settings";
|
||||
/**
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
Loading…
Reference in New Issue
Block a user