Browse Source

feat: 概览-状态,磁盘数量多过时默认收起 (#6918)

Refs https://github.com/1Panel-dev/1Panel/issues/6917
feat: 概览-状态,磁盘数量多过时默认收起
pull/6943/head
YaKun9 3 weeks ago committed by GitHub
parent
commit
24c063b106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/views/home/status/index.vue

2
frontend/src/views/home/status/index.vue

@ -287,7 +287,7 @@ import { computeSize } from '@/utils/util';
import router from '@/routers';
import i18n from '@/lang';
import { nextTick, ref } from 'vue';
const showMore = ref(true);
const showMore = ref(false);
const baseInfo = ref<Dashboard.BaseInfo>({
websiteNumber: 0,

Loading…
Cancel
Save