From 22f7d7a993c577c781fb90c6bdc8d9bb0ddb3bf0 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 22 Nov 2021 16:31:09 +0100 Subject: [PATCH] Update opb_table.html added pass html code --- templates/opb_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/opb_table.html b/templates/opb_table.html index 8f69238..2c4926a 100644 --- a/templates/opb_table.html +++ b/templates/opb_table.html @@ -11,7 +11,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] }} >> TG {{ _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] }} >> TG {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2]|safe }}] {% endfor %} {% endfor %}