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