Don't show an error in the listing if the server is still installing or suspended
This commit is contained in:
parent
f45c03a449
commit
c4f4f1f5c8
3 changed files with 18 additions and 5 deletions
|
@ -56,6 +56,8 @@ class ServerTransformer extends BaseClientTransformer
|
|||
'databases' => $server->database_limit,
|
||||
'allocations' => $server->allocation_limit,
|
||||
],
|
||||
'is_suspended' => $server->suspended !== 0,
|
||||
'is_installing' => $server->installed !== 1,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue