Add more fields to relay output

This commit is contained in:
Mark Veidemanis 2022-08-13 23:35:35 +01:00
parent 985705dfa4
commit b6d229bbd2
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,8 @@
<thead>
<th>id</th>
<th>reg</th>
<th>conn</th>
<th>au</th>
<th>co</th>
<th>on</th>
<th>
<span class="icon">
@ -42,6 +43,17 @@
</span>
{% endif %}
</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>
{% if relay.conn %}
<span class="icon has-text-success">