+ [task#125047] Fix form page of create and edit node.

This commit is contained in:
liyang
2024-08-12 15:01:06 +08:00
committed by 曹延义
parent 196e22916c
commit e50a58609e
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ formPanel
set::width('1/2'),
set::value($zanode->extranet)
),
$hiddenHost ? array(formHidden('cpuCores', 0), formHidden('memory', 0), formHidden('diskSize', 0)) : array
$hiddenHost || $zanode->hostType == 'physics' ? array(formHidden('cpuCores', 0), formHidden('memory', 0), formHidden('diskSize', 0)) : array
(
formGroup
(