mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-07 17:10:07 +08:00
feat: 修改容器列表应用商店容器默认显示 (#6705)
This commit is contained in:
parent
e4a634e6e8
commit
839b8c2844
@ -369,7 +369,7 @@ const dialogUpgradeRef = ref();
|
|||||||
const dialogCommitRef = ref();
|
const dialogCommitRef = ref();
|
||||||
const dialogPortJumpRef = ref();
|
const dialogPortJumpRef = ref();
|
||||||
const opRef = ref();
|
const opRef = ref();
|
||||||
const includeAppStore = ref(true);
|
const includeAppStore = ref();
|
||||||
const columns = ref([]);
|
const columns = ref([]);
|
||||||
|
|
||||||
const dockerStatus = ref('Running');
|
const dockerStatus = ref('Running');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user