From 839b8c2844a98437465c8fec8fe48810d5193c20 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:29:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=BA=94=E7=94=A8=E5=95=86=E5=BA=97=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=20(#6705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/container/container/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index 14b2b67c0..70b7a29af 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -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');