Disabled server delete

This commit is contained in:
Marcel Baumgartner 2023-06-16 20:29:23 +02:00
parent 2f4f4193d3
commit d2b0bcc4a3

View file

@ -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)