From ca0368c931eb82e3a3d3fc0a8c708dd2641b2b7b Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Thu, 24 Aug 2023 12:02:13 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=BE=E5=BC=80=201panel-network=20?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E7=A6=81=E7=94=A8=20(#2052)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/container/network/index.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/frontend/src/views/container/network/index.vue b/frontend/src/views/container/network/index.vue
index f5bd21bb9..873f343b2 100644
--- a/frontend/src/views/container/network/index.vue
+++ b/frontend/src/views/container/network/index.vue
@@ -51,7 +51,9 @@
- system
+
+ system
+
-
+
@@ -222,7 +225,7 @@ const onInspect = async (id: string) => {
};
function isSystem(val: string) {
- return val === 'bridge' || val === '1panel-network' || val === 'none' || val === 'host';
+ return val === 'bridge' || val === 'none' || val === 'host';
}
const buttons = [