+ [task#121512] Add the cpu form.
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user