feat(webui): add user accounts list, admin middleware and admin restricted menu entries
This commit is contained in:
parent
fb98b4fffe
commit
e23a146490
9 changed files with 143 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<main class="responsive" id="main">
|
||||
<p>
|
||||
Created by
|
||||
<a href="/users/{{ .Account.Id }}">{{ .Account.Username }}</a>
|
||||
<a href="/accounts/{{ .Account.Id }}" class="link underline">{{ .Account.Username }}</a>
|
||||
at {{ .Version.Created }}
|
||||
</p>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue