mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Add base support for definining the number of backups that can be created for a server
This commit is contained in:
@@ -29,6 +29,7 @@ export interface Server {
|
||||
featureLimits: {
|
||||
databases: number;
|
||||
allocations: number;
|
||||
backups: number;
|
||||
};
|
||||
isSuspended: boolean;
|
||||
isInstalling: boolean;
|
||||
|
||||
Reference in New Issue
Block a user