No more OOME checkboxes

This commit is contained in:
Dane Everitt 2018-01-08 23:03:14 -06:00
parent 02e4c1424e
commit bd238c7555
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 6 additions and 12 deletions

View file

@ -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'),