added admin page and audit log viewing

This commit is contained in:
2026-02-11 19:07:40 +11:00
parent 2a3f4e4861
commit 4c80165f01
22 changed files with 1298 additions and 155 deletions

View File

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