+ [task#121512] Add the cpu form.

This commit is contained in:
dingguodong
2024-06-26 09:24:39 +08:00
committed by 曹延义
parent 66da3f7562
commit 2420641b46
+13
View File
@@ -30,6 +30,19 @@ formPanel
)
),
formRow
(
formGroup
(
set::name('cpu'),
set::width('250px'),
set::control('picker'),
set::required(true),
set::label($lang->instance->adjustCPU),
set::value($currentResource->max->cpu),
set::items($lang->instance->cpuOptions)
)
),
formRow
(
formGroup
(