feat: 修改容器列表应用商店容器默认显示 (#6705)

This commit is contained in:
ssongliu 2024-10-14 14:29:16 +08:00 committed by GitHub
parent e4a634e6e8
commit 839b8c2844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,7 +369,7 @@ const dialogUpgradeRef = ref();
const dialogCommitRef = ref();
const dialogPortJumpRef = ref();
const opRef = ref();
const includeAppStore = ref(true);
const includeAppStore = ref();
const columns = ref([]);
const dockerStatus = ref('Running');