feat(webui): bootstrap state version page
This commit is contained in:
parent
26e10a9399
commit
21c8d6601a
4 changed files with 101 additions and 0 deletions
10
pkg/webui/html/version.html
Normal file
10
pkg/webui/html/version.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ define "main" }}
|
||||
<main class="responsive" id="main">
|
||||
<p>
|
||||
Created by
|
||||
<a href="/users/{{ .Account.Id }}">{{ .Account.Username }}</a>
|
||||
at {{ .Version.Created }}
|
||||
</p>
|
||||
<pre>{{ .VersionData }}</pre>
|
||||
</main>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue