Fix server creation in UI and API
This commit is contained in:
parent
0135f7ee8e
commit
dff7e8f734
4 changed files with 39 additions and 0 deletions
|
@ -233,6 +233,8 @@ class ServerCreationService
|
|||
'startup' => array_get($data, 'startup'),
|
||||
'daemonSecret' => str_random(Node::DAEMON_SECRET_LENGTH),
|
||||
'image' => array_get($data, 'image'),
|
||||
'database_limit' => array_get($data, 'database_limit'),
|
||||
'allocation_limit' => array_get($data, 'allocation_limit'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue