Misc. bug fixes
This commit is contained in:
parent
844ebfaf64
commit
27d472195f
2 changed files with 2 additions and 1 deletions
|
@ -248,6 +248,7 @@ class ServerRepository
|
|||
'uuidShort' => $genShortUuid,
|
||||
'node_id' => $node->id,
|
||||
'name' => $data['name'],
|
||||
'description' => $data['description'],
|
||||
'suspended' => 0,
|
||||
'owner_id' => $user->id,
|
||||
'memory' => $data['memory'],
|
||||
|
|
Reference in a new issue