No more OOME checkboxes
This commit is contained in:
parent
02e4c1424e
commit
bd238c7555
3 changed files with 6 additions and 12 deletions
|
@ -127,7 +127,7 @@ class ServerCreationService
|
|||
'disk' => array_get($data, 'disk'),
|
||||
'io' => array_get($data, 'io'),
|
||||
'cpu' => array_get($data, 'cpu'),
|
||||
'oom_disabled' => isset($data['oom_disabled']),
|
||||
'oom_disabled' => false,
|
||||
'allocation_id' => array_get($data, 'allocation_id'),
|
||||
'nest_id' => array_get($data, 'nest_id'),
|
||||
'egg_id' => array_get($data, 'egg_id'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue