From 0489b8dfa36893b044a203d4b462cfbfb094fda5 Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 12 Jan 2021 09:04:49 +0100 Subject: [PATCH] Updated html code --- templates/main_table.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/main_table.html b/templates/main_table.html index 3572a76..ce85624 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -91,7 +91,7 @@ {% if _table['MASTERS'][_master]['PEERS']|length >0 %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} - {{_cdata['CALLSIGN']}}  + {{_cdata['CALLSIGN']}}    DMR ID: {{ _client }}
@@ -104,7 +104,7 @@
   Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
   Info: {{_cdata['LOCATION']}}
   Master: {{_master}} -
+   {% endfor %} {% endif %} {% endfor %} @@ -115,10 +115,10 @@
  PEERS:
{% for _peer, _pdata in _table['PEERS'].items() %} -   {{_pdata['CALLSIGN']}}    +   {{_pdata['CALLSIGN']}}  
  Peer: {{_peer}}  
-
+
  {% endfor %}
{% endif %}