mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add base support for definining the number of backups that can be created for a server
This commit is contained in:
@@ -55,6 +55,7 @@ class ServerTransformer extends BaseClientTransformer
|
||||
'feature_limits' => [
|
||||
'databases' => $server->database_limit,
|
||||
'allocations' => $server->allocation_limit,
|
||||
'backups' => $server->backup_limit,
|
||||
],
|
||||
'is_suspended' => $server->suspended !== 0,
|
||||
'is_installing' => $server->installed !== 1,
|
||||
|
||||
Reference in New Issue
Block a user