chore(webui): refactored states and versions routes
This commit is contained in:
parent
6fd1663d8c
commit
fb98b4fffe
8 changed files with 78 additions and 75 deletions
|
@ -17,10 +17,10 @@
|
|||
<tbody>
|
||||
{{ range .States }}
|
||||
<tr>
|
||||
<td><a href="/state/{{ .Id }}">{{ .Path }}</a></td>
|
||||
<td><a href="/state/{{ .Id }}">{{ .Updated }}</a></td>
|
||||
<td><a href="/states/{{ .Id }}">{{ .Path }}</a></td>
|
||||
<td><a href="/states/{{ .Id }}">{{ .Updated }}</a></td>
|
||||
<td>
|
||||
<a href="/state/{{ .Id }}">
|
||||
<a href="/states/{{ .Id }}">
|
||||
{{ if eq .Lock nil }}no{{ else }}
|
||||
<span>yes</span>
|
||||
<div class="tooltip left max">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue