From b1d40960c4944e558a7bf7ed12c236142c1a5b6a Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Tue, 13 Jun 2023 14:28:12 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=B9=E5=99=A8=E5=AD=98=E5=82=A8?=
=?UTF-8?q?=E5=8D=B7=E7=9B=AE=E5=BD=95=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=20(#1366)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/lang/modules/en.ts | 1 +
frontend/src/lang/modules/zh.ts | 1 +
frontend/src/views/container/volume/index.vue | 14 +++++++-------
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index 8e42c7aa3..c80207211 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -554,6 +554,7 @@ const message = {
cache: 'Cache',
volume: 'Volume',
+ volumeDir: 'Volume dir',
volumeName: 'Name',
nfsEnable: 'Enable NFS storage',
nfsAddress: 'Address',
diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts
index 67b350fac..e7f525265 100644
--- a/frontend/src/lang/modules/zh.ts
+++ b/frontend/src/lang/modules/zh.ts
@@ -564,6 +564,7 @@ const message = {
gateway: '网关',
volume: '存储卷',
+ volumeDir: '存储卷目录',
nfsEnable: '启用 NFS 存储',
nfsAddress: '地址',
nfsAddressHelper: '支持输入 ip 或者域名',
diff --git a/frontend/src/views/container/volume/index.vue b/frontend/src/views/container/volume/index.vue
index e19a9459e..3d025d014 100644
--- a/frontend/src/views/container/volume/index.vue
+++ b/frontend/src/views/container/volume/index.vue
@@ -49,14 +49,8 @@
-
+
- {{ row.mountpoint }}
@@ -64,6 +58,12 @@
+