From cca779c36335c9bc26b8cc40332efebb3defd0aa Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 12 Jul 2021 11:24:21 +0200 Subject: [PATCH] html code update --- templates/main_table.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 %}
-
+