From 229d72c98b50373e53704ee7815795dd82fa8376 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 28 Aug 2019 09:48:06 +0200 Subject: [PATCH] Update hblink_table.html Remove display Target port in OpenBridge --- 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 87ce595..13ed09e 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -74,7 +74,7 @@ - + @@ -82,7 +82,7 @@ - +
OpenBridge SystemsNetwork ID
Target Port
Network ID Active Calls
{{ _openbridge}}
Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} (Port: {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }})
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 %}