diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json
index 7befaf66d..f4cdff3a4 100644
--- a/src/i18n/langs/en.json
+++ b/src/i18n/langs/en.json
@@ -249,6 +249,7 @@
"ReLogin": "Re-Login"
},
"common": {
+ "ChangeViewHelpText": "Click to change view",
"PrivateCloud": "Private cloud",
"PublicCloud": "Public cloud",
"Correlation": "Correlation",
diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json
index 969fac4e8..575217c2a 100644
--- a/src/i18n/langs/ja.json
+++ b/src/i18n/langs/ja.json
@@ -254,6 +254,7 @@
"ReLogin": "再ログイン"
},
"common": {
+ "ChangeViewHelpText": "クリックしてさまざまなビューにアクセス",
"PrivateCloud": "プライベートクラウド",
"PublicCloud": "パブリッククラウド",
"Correlation": "関連",
diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json
index ea4169cf3..510038abd 100644
--- a/src/i18n/langs/zh.json
+++ b/src/i18n/langs/zh.json
@@ -254,6 +254,7 @@
"ReLogin": "重新登录"
},
"common": {
+ "ChangeViewHelpText": "点击切换不同视图",
"Component": "组件",
"PrivateCloud": "私有云",
"PublicCloud": "公有云",
diff --git a/src/layout/components/NavHeader/ViewSwitcher.vue b/src/layout/components/NavHeader/ViewSwitcher.vue
index 0474acde7..4b84305d2 100644
--- a/src/layout/components/NavHeader/ViewSwitcher.vue
+++ b/src/layout/components/NavHeader/ViewSwitcher.vue
@@ -1,31 +1,40 @@
-
-
-
-
-
- {{ $t('common.nav.View') }}
-
-
-
-
- {{ view.meta.title }}
-
-
-
+
+
+
+ {{ $t('common.nav.View') }}
+
+
+
+
+ {{ view.meta.title }}
+
+
+
+