This commit is contained in:
Fine 2025-05-30 11:46:00 +08:00
parent 26655bc449
commit c05083db98
3 changed files with 2 additions and 3 deletions

View File

@ -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);

View File

@ -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(() => {

View File

@ -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