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

This commit is contained in:
ssongliu
2024-10-14 14:44:55 +08:00
committed by wanghe-fit2cloud
parent c5d007e4dd
commit 1045f2d475
@@ -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');