mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Don't show an error in the listing if the server is still installing or suspended
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user