* Adjust zahost search params.

This commit is contained in:
caoyanyi
2023-11-16 08:43:45 +08:00
parent 40b57dca5b
commit 96ccb4d59d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ $lang->zahost->image->cancelDownloadSuccess = 'Successed to cancel image task';
$lang->zahost->empty = 'No Host';
$lang->zahost->statusList['wait'] = 'Wait';
$lang->zahost->statusList['ready'] = 'Online';
$lang->zahost->statusList['ready'] = 'Ready';
$lang->zahost->statusList['online'] = 'Online';
$lang->zahost->statusList['offline'] = 'Offline';
$lang->zahost->statusList['busy'] = 'Busy';
+1 -1
View File
@@ -105,7 +105,7 @@ $lang->zahost->image->cancelDownloadSuccess = 'Successed to cancel image task';
$lang->zahost->empty = 'No Host';
$lang->zahost->statusList['wait'] = 'Wait';
$lang->zahost->statusList['ready'] = 'Online';
$lang->zahost->statusList['ready'] = 'Ready';
$lang->zahost->statusList['online'] = 'Online';
$lang->zahost->statusList['offline'] = 'Offline';
$lang->zahost->statusList['busy'] = 'Busy';
+1 -1
View File
@@ -105,7 +105,7 @@ $lang->zahost->image->cancelDownloadSuccess = 'Successed to cancel image task';
$lang->zahost->empty = 'No Host';
$lang->zahost->statusList['wait'] = 'Wait';
$lang->zahost->statusList['ready'] = 'Online';
$lang->zahost->statusList['ready'] = 'Ready';
$lang->zahost->statusList['online'] = 'Online';
$lang->zahost->statusList['offline'] = 'Offline';
$lang->zahost->statusList['busy'] = 'Busy';
+1 -1
View File
@@ -105,7 +105,7 @@ $lang->zahost->image->cancelDownloadSuccess = '取消下载镜像任务成功';
$lang->zahost->empty = '暂时没有宿主机';
$lang->zahost->statusList['wait'] = '待初始化';
$lang->zahost->statusList['ready'] = '在线';
$lang->zahost->statusList['ready'] = '就绪';
$lang->zahost->statusList['online'] = '在线';
$lang->zahost->statusList['offline'] = '离线';
$lang->zahost->statusList['busy'] = '繁忙';