From cd79910cda80871c96ddfc4d05cfd58719cb1931 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 23 Dec 2020 06:54:30 +0100 Subject: [PATCH] Update hblink_table_blue.html --- templates/hblink_table_blue.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/hblink_table_blue.html b/templates/hblink_table_blue.html index 754035f..3e73ff0 100644 --- a/templates/hblink_table_blue.html +++ b/templates/hblink_table_blue.html @@ -15,7 +15,7 @@ {% for _master in _table['MASTERS'] %} - + {% if _table['MASTERS'][_master]['PEERS']|length >0 %} {{_master}}
{{_table['MASTERS'][_master]['REPEAT']}}
@@ -46,6 +46,7 @@ {% endfor %} + {% endif %} {% endfor %} {% else %} @@ -99,7 +100,7 @@ {{ _openbridge}}
Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} - {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}: {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} + {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}: {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} {% endfor %}