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