mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-23 18:49:21 +08:00
feat: 修改容器列表应用商店容器默认显示 (#6705)
This commit is contained in:
parent
e4a634e6e8
commit
839b8c2844
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user