added admin page and audit log viewing
This commit is contained in:
7
internal/view/adminview/permissions_page.templ
Normal file
7
internal/view/adminview/permissions_page.templ
Normal file
@@ -0,0 +1,7 @@
|
||||
package adminview
|
||||
|
||||
templ PermissionsPage() {
|
||||
@DashboardLayout("permissions") {
|
||||
@PermissionsList()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user