Disabled server delete
This commit is contained in:
parent
2f4f4193d3
commit
d2b0bcc4a3
1 changed files with 2 additions and 0 deletions
|
@ -405,6 +405,8 @@ public class ServerService
|
|||
|
||||
public async Task Delete(Server s)
|
||||
{
|
||||
throw new DisplayException("Deleting servers is currently disabled");
|
||||
|
||||
var backups = await GetBackups(s);
|
||||
|
||||
foreach (var backup in backups)
|
||||
|
|
Loading…
Reference in a new issue