[add] better log page, [add] admin users page, [add] admin nav
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
15
templates/pages/admin-logs.html
Normal file
15
templates/pages/admin-logs.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{template "base" .}} {{define "title"}}Admin - Logs{{end}} {{define
|
||||
"header"}}
|
||||
<a class="whitespace-pre" href="../admin">Admin - Logs</a>
|
||||
{{end}} {{define "content"}}
|
||||
|
||||
<div
|
||||
class="flex flex-col-reverse text-black dark:text-white"
|
||||
style="font-family: monospace"
|
||||
>
|
||||
{{range $log := .Data }}
|
||||
<span class="whitespace-pre">{{ $log }}</span>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user