added admin page and audit log viewing
This commit is contained in:
@@ -3,7 +3,7 @@ package adminview
|
||||
import "git.haelnorr.com/h/oslstats/internal/db"
|
||||
|
||||
templ DashboardPage(users *db.List[db.User]) {
|
||||
@DashboardLayout() {
|
||||
@DashboardLayout("users") {
|
||||
@UserList(users)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user