ui: re-design secured marker

This commit is contained in:
Alexander Baryshnikov 2020-10-02 12:43:26 +08:00
parent e828d450d3
commit d17c553b99
1 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@
<table class="table table-borderless table-striped">
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Mode</th>
<th>Concurrency</th>
@ -45,10 +46,11 @@
<tbody>
{{range .Units}}
<tr>
<td title="secured">
{{if .Secured}}🛡️{{end}}
</td>
<td>
<a href="{{.Name}}/">
{{.Name}}{{if .Secured}} (secured){{end}}
</a>
<a href="{{.Name}}/">{{.Name}}</a>
</td>
<td>
<span class="unit-mode unit-mode-{{.Mode}}">{{.Mode}}</span>