From b8331ea6f1030fa9499715f4733021c4730ecddc Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 30 Dec 2022 09:01:55 +0800 Subject: [PATCH] * Fix issue. --- module/testcase/view/automation.html.php | 5 +++-- module/zahost/view/view.html.php | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/module/testcase/view/automation.html.php b/module/testcase/view/automation.html.php index 9055ffb25e..0bfc8d1f25 100644 --- a/module/testcase/view/automation.html.php +++ b/module/testcase/view/automation.html.php @@ -35,6 +35,7 @@ zanode->common;?> node) ? $automation->node : '', "class='form-control picker-select'");?> + @@ -49,13 +50,13 @@ zanode->shell;?> - shell) ? $automation->shell : '', "rows='6' class='form-control'");?> + shell) ? $automation->shell : '', "rows='6' class='form-control'");?> - + id);?> diff --git a/module/zahost/view/view.html.php b/module/zahost/view/view.html.php index 4dc5e4c193..13a3a37fa6 100644 --- a/module/zahost/view/view.html.php +++ b/module/zahost/view/view.html.php @@ -45,7 +45,7 @@
zahost->cpuCores;?>:
-
cpuCores . $lang->zahost->cpuUnit;?>
+
cpuCores . ' ' . $lang->zahost->cpuUnit;?>
@@ -65,7 +65,7 @@
zahost->memory;?>:
-
memory . $lang->zahost->unitList['GB'];;?>
+
memory . ' ' . $lang->zahost->unitList['GB'];;?>
@@ -85,7 +85,7 @@
zahost->diskSize;?>:
-
diskSize . $lang->zahost->unitList['GB'];?>
+
diskSize . ' ' . $lang->zahost->unitList['GB'];?>