diff --git a/templates/main_table.html b/templates/main_table.html index 774ba2a..58702ba 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -64,9 +64,10 @@ {% endif %}
 .: Connected to Server :.  - +
{% if _table['MASTERS']|length >0 %} -
+
+

  USERS:
@@ -74,7 +75,7 @@ {% if _table['MASTERS'][_master]['PEERS']|length >0 %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} - {{_cdata['CALLSIGN']}} + {{_cdata['CALLSIGN']}}    DMR ID: {{ _client }}
@@ -113,5 +114,5 @@
{% endif %}
-
+