From 8cfb877963981c62b36b416df344d93bcee37710 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 21 Dec 2020 17:54:29 +0100 Subject: [PATCH] sall update - colors in openbridge links --- templates/hblink_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 155a2d4..66d4e0e 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -100,8 +100,8 @@ {{ _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 %} {% endif %}