From abd5dcc086c3bb50a005960e90e5017325242dd7 Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 23 Feb 2021 17:20:04 +0100 Subject: [PATCH] html code updated --- templates/main_table.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/main_table.html b/templates/main_table.html index da8b524..023ad90 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -64,7 +64,7 @@ {% set rx.value=1 %} {% endfor %} {% if rx.value == 1 %} - + {{ _openbridge}} {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] if _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] == 'RX' %}[{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}: {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}]  {% endfor %} @@ -117,12 +117,12 @@ {% for _peer, _pdata in _table['PEERS'].items() %}   {{_peer}}   {% if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' %} - -
  Connected  
+ +
Connected
{% else %} - -
  Disconnected  
+ +
Disconnected
{% endif %}