diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 99875765f..bfeadcddd 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -91,6 +91,9 @@ "NoSQLProtocol": "NoSQL Protocol" }, "assets": { + "All": "All", + "CloudPlatform": "Cloud platform", + "RecentlyUsed": "Recently used", "AppList": "Application list", "AssociateSystemUsers": "Associate system users", "AssociateAssets": "Associate assets", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 7a384bb51..64cf2c56c 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -96,6 +96,9 @@ "NoSQLProtocol": "非リレーショナルデータベース" }, "assets": { + "All": "すべて", + "CloudPlatform": "クラウドプラットフォーム", + "RecentlyUsed": "最近使われる", "AppList": "アプリケーションリスト", "AssociateSystemUsers": "関連システムユーザー", "AssociateAssets": "関連資産", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 6efff686a..25a8beb5e 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -98,6 +98,7 @@ "assets": { "All": "所有", "CloudPlatform": "云平台", + "RecentlyUsed": "最近使用", "AddAccount": "添加账号", "Account": "账号", "Defaults": "默认值", diff --git a/src/views/assets/Asset/AssetList/AllList.vue b/src/views/assets/Asset/AssetList/AllList.vue index e7b556ee9..22ba884e2 100644 --- a/src/views/assets/Asset/AssetList/AllList.vue +++ b/src/views/assets/Asset/AssetList/AllList.vue @@ -160,14 +160,6 @@ export default { { label: this.$t('assets.Label'), value: 'label' } ] }, - extraActions: [ - { - name: this.$t('xpack.Cloud.CloudSync'), - title: this.$t('xpack.Cloud.CloudSync'), - has: () => vm.$hasPerm('xpack.view_account') && vm.$hasLicense(), - callback: () => this.$router.push({ name: 'CloudCenter' }) - } - ], extraMoreActions: [ { name: 'DeactiveSelected', diff --git a/src/views/assets/Asset/AssetList/HostList.vue b/src/views/assets/Asset/AssetList/HostList.vue index fa6f990f7..9397107c0 100644 --- a/src/views/assets/Asset/AssetList/HostList.vue +++ b/src/views/assets/Asset/AssetList/HostList.vue @@ -8,18 +8,54 @@