From 7f05c1ef33ecf443b2188b06c1973b3d43a9f40b Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Sun, 28 Sep 2025 18:22:16 +0800 Subject: [PATCH] fix: Fix the issue of abnormal container network creation (#10527) Refs #10511 --- frontend/src/api/interface/container.ts | 2 +- .../views/container/network/create/index.vue | 30 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/src/api/interface/container.ts b/frontend/src/api/interface/container.ts index 930fb85cb..c97af1457 100644 --- a/frontend/src/api/interface/container.ts +++ b/frontend/src/api/interface/container.ts @@ -227,7 +227,7 @@ export namespace Container { driver: string; subnet: string; gateway: string; - scope: string; + ipRange: string; } export interface VolumeInfo { diff --git a/frontend/src/views/container/network/create/index.vue b/frontend/src/views/container/network/create/index.vue index 44c8f0bf6..3313b2fef 100644 --- a/frontend/src/views/container/network/create/index.vue +++ b/frontend/src/views/container/network/create/index.vue @@ -18,22 +18,22 @@ - + - + - - + + - +