Implemented system overview

This commit is contained in:
Masu Baumgartner
2024-11-08 14:49:49 +01:00
parent add4c3e99f
commit 764ebe3586
6 changed files with 174 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ public class DefaultSidebarItemProvider : ISidebarItemProvider
Path = "/admin/system",
Priority = 3,
RequiresExactMatch = false,
Permission = "admin.system.info"
Permission = "admin.system.overview"
},
];
}