Merge "fix: Show importing status when creating image using url link"
This commit is contained in:
commit
acedaa9868
@ -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.",
|
||||
|
@ -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为administrator,Linux为root,请根据上传的镜像正确填写。",
|
||||
|
@ -26,6 +26,7 @@ export const imageStatus = {
|
||||
killed: t('Killed'),
|
||||
deactivated: t('Deactivated'),
|
||||
deleted: t('Deleted'),
|
||||
importing: t('Importing'),
|
||||
};
|
||||
|
||||
export const imageVisibility = {
|
||||
|
Loading…
Reference in New Issue
Block a user