From 5bae48629e036da6ffdf643c6f8b95a5c615411e Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 17 Feb 2021 16:10:54 +0100 Subject: [PATCH] Changing the display of PEERS --- templates/main_table.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/main_table.html b/templates/main_table.html index a28a43d..5532681 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -112,13 +112,11 @@ {% endif %} {% if _table['PEERS']|length >0 %}
-
  PEERS:
+
  PEERS:
{% for _peer, _pdata in _table['PEERS'].items() %} -   {{_pdata['CALLSIGN']}}   - -
  Peer: {{_peer}}  
-
  +   {{_peer}}   +   {% endfor %}
{% endif %}