Fixed some permissions. Cleaned some UIs

This commit is contained in:
Marcel Baumgartner
2023-07-17 16:22:22 +02:00
parent 0a86aa8aa4
commit 0015001d7c
11 changed files with 457 additions and 478 deletions

View File

@@ -135,10 +135,10 @@ public static class Permissions
Description = "Edit server image settings in the admin area"
};
public static Permission AdminServerImageIndex = new()
public static Permission AdminServerImages = new()
{
Index = 21,
Name = "Admin Server Image",
Name = "Admin Server Images",
Description = "Access the server image management page in the admin area"
};