added admin page and audit log viewing

This commit is contained in:
2026-02-11 19:07:40 +11:00
parent c05ecb66fe
commit 000eac44bb
22 changed files with 1298 additions and 155 deletions

View File

@@ -0,0 +1,7 @@
package adminview
templ PermissionsPage() {
@DashboardLayout("permissions") {
@PermissionsList()
}
}