Merge "fix: Show importing status when creating image using url link"

This commit is contained in:
Zuul 2022-04-24 03:23:39 +00:00 committed by Gerrit Code Review
commit acedaa9868
3 changed files with 3 additions and 0 deletions

View File

@ -970,6 +970,7 @@
"Import Keypair": "Import Keypair",
"Import Metadata": "Import Metadata",
"Import metadata": "Import metadata",
"Importing": "Importing",
"In Cluster": "In Cluster",
"In Use": "In Use",
"In general, administrator for Windows,root for Linux, please fill by image uploading.": "In general, administrator for Windows,root for Linux, please fill by image uploading.",

View File

@ -970,6 +970,7 @@
"Import Keypair": "导入密钥",
"Import Metadata": "导入元数据",
"Import metadata": "导入元数据",
"Importing": "导入中",
"In Cluster": "集群中",
"In Use": "使用中",
"In general, administrator for Windows,root for Linux, please fill by image uploading.": "一般情况下Windows为administratorLinux为root请根据上传的镜像正确填写。",

View File

@ -26,6 +26,7 @@ export const imageStatus = {
killed: t('Killed'),
deactivated: t('Deactivated'),
deleted: t('Deleted'),
importing: t('Importing'),
};
export const imageVisibility = {