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 %}