[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:
@@ -1,6 +1,6 @@
|
||||
{{template "base" .}} {{define "title"}}Administration{{end}} {{define
|
||||
{{template "base" .}} {{define "title"}}Admin - General{{end}} {{define
|
||||
"header"}}
|
||||
<a href="./admin">Administration</a>
|
||||
<a class="whitespace-pre" href="./admin">Admin - General</a>
|
||||
{{end}} {{define "content"}}
|
||||
<div class="w-full flex flex-col md:flex-row gap-4">
|
||||
<div>
|
||||
@@ -168,7 +168,6 @@
|
||||
<td class="py-2 float-right">
|
||||
<a
|
||||
href="./admin/logs"
|
||||
target="_blank"
|
||||
class="inline-block w-40 px-10 py-2 text-base font-semibold text-center text-white transition duration-200 ease-in bg-black shadow-md hover:text-black hover:bg-white focus:outline-none focus:ring-2"
|
||||
>
|
||||
<span class="w-full">View</span>
|
||||
|
||||
Reference in New Issue
Block a user