chore(webui): prepare lock code for webui force unlock

This commit is contained in:
Julien Dessaux 2025-05-02 00:26:32 +02:00
commit 8f17a3661e
Signed by: adyxax
GPG key ID: F92E51B86E07177E
10 changed files with 135 additions and 49 deletions
pkg/webui/html

View file

@ -14,7 +14,13 @@
<span class="tooltip">
locked.
<span class="tooltip-text">
{{ .State.Lock }}
<strong>Created: </strong>{{ .State.Lock.Created }}<br>
<strong>Id: </strong>{{ .State.Lock.Id }}<br>
<strong>Info: </strong>{{ .State.Lock.Info }}<br>
<strong>Operation: </strong>{{ .State.Lock.Operation }}<br>
<strong>Path: </strong>{{ .State.Lock.Path }}<br>
<strong>Version: </strong>{{ .State.Lock.Version }}<br>
<strong>Who: </strong>{{ .State.Lock.Who }}
</span>
</span>
{{ end }}