fix: Show importing status when creating image using url link

Show importing status when creating image using url link

Change-Id: I863ccaff62c09d09166f08b5181940b9d818b85a
This commit is contained in:
yangao 2022-04-24 10:51:13 +08:00
parent 4a4ad26a49
commit 1b4e51c921
3 changed files with 3 additions and 0 deletions

View File

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

View File

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