Add more fields to relay output
This commit is contained in:
parent
985705dfa4
commit
b6d229bbd2
|
@ -8,7 +8,8 @@
|
||||||
<thead>
|
<thead>
|
||||||
<th>id</th>
|
<th>id</th>
|
||||||
<th>reg</th>
|
<th>reg</th>
|
||||||
<th>conn</th>
|
<th>au</th>
|
||||||
|
<th>co</th>
|
||||||
<th>on</th>
|
<th>on</th>
|
||||||
<th>
|
<th>
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
@ -42,6 +43,17 @@
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{% if relay.authenticated %}
|
||||||
|
<span class="icon has-text-success">
|
||||||
|
<i class="fa-solid fa-check" aria-hidden="true"></i>
|
||||||
|
</span>
|
||||||
|
{% else %}
|
||||||
|
<span class="icon has-text-danger">
|
||||||
|
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if relay.conn %}
|
{% if relay.conn %}
|
||||||
<span class="icon has-text-success">
|
<span class="icon has-text-success">
|
||||||
|
|
Loading…
Reference in New Issue