diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 09ed550c2..100835bb4 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -1294,6 +1294,7 @@ "Qcloud": "腾讯云", "QingyunPrivatecloud": "青云私有云", "HuaweiPrivatecloud": "华为私有云", + "OpenStack": "OpenStack", "GCP": "谷歌云", "AWS_China": "AWS(中国)", "AWS_Int": "AWS(国际)", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index f5f5532bf..f7e2503ae 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -1250,6 +1250,7 @@ "Qcloud": "Tencent Cloud", "QingyunPrivatecloud": "Qingyun Private Cloud", "HuaweiPrivatecloud": "Huawei Private Cloud", + "OpenStack": "OpenStack", "GCP": "Google Cloud Platform", "AWS_China": "AWS(China)", "AWS_Int": "AWS(International)", diff --git a/src/views/xpack/Cloud/Account/AccountList.vue b/src/views/xpack/Cloud/Account/AccountList.vue index 192f0f765..8cb5c6019 100644 --- a/src/views/xpack/Cloud/Account/AccountList.vue +++ b/src/views/xpack/Cloud/Account/AccountList.vue @@ -4,7 +4,7 @@