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 @@ - + @@ -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 = [