feat(webui): open a currated version of the user accounts section to non admin users
This commit is contained in:
parent
2bf1731343
commit
d40595cacb
8 changed files with 49 additions and 24 deletions
|
@ -2,23 +2,22 @@
|
|||
<h1>State</h1>
|
||||
<p>
|
||||
The state at path
|
||||
<span class="button">{{ .State.Path }}</span>
|
||||
<strong>{{ .State.Path }}</strong>
|
||||
has
|
||||
<span class="button">{{ len .Versions }}</span>
|
||||
<strong>{{ len .Versions }}</strong>
|
||||
versions and is currently
|
||||
<span class="button">
|
||||
<strong>
|
||||
{{ if eq .State.Lock nil }}
|
||||
unlocked
|
||||
unlocked.
|
||||
{{ else }}
|
||||
<span class="tooltip">
|
||||
locked
|
||||
locked.
|
||||
<span class="tooltip-text">
|
||||
{{ .State.Lock }}
|
||||
</span>
|
||||
</span>
|
||||
{{ end }}
|
||||
</span>
|
||||
.
|
||||
</strong>
|
||||
</p>
|
||||
<p>Use this page to inspect the existing versions.</p>
|
||||
<article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue