Misc. bug fixes

This commit is contained in:
Dane Everitt 2017-04-01 12:29:56 -04:00
parent 844ebfaf64
commit 27d472195f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 2 additions and 1 deletions

View file

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