From c86ca8492371dd40c124c89e6bbf0e4798dc6562 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 14 Aug 2019 13:15:50 +0200 Subject: [PATCH] Update hblink_table.html --- templates/hblink_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index dfe47a7..62f3aba 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -82,7 +82,7 @@ {{ _openbridge}} -
ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} (span style="font: 8pt arial, sans-serif">Port: {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}
+
Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} (span style="font: 8pt arial, sans-serif">Port: {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}
{% 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 %}