Update hblink_table.html

Remove display Target port in OpenBridge
This commit is contained in:
Waldek 2019-08-28 09:48:06 +02:00 committed by GitHub
parent 4f595b3dc5
commit 229d72c98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
<tr style="width:100%; font: 10pt arial, sans-serif; background-color:#cc6600; color:white">
<th style='width: 150px;'>OpenBridge Systems</th>
<th style='width: 250px;'>Network ID<br>Target Port</th>
<th style='width: 250px;'>Network ID</th>
<th style='width: 100%;'>Active Calls</th>
</tr>
@ -82,7 +82,7 @@
<tr style="background-color:#fffff0;">
<td style="font-weight:bold"> {{ _openbridge}} </td>
<td><div style="margin-top:3px;margin-bottom:3px;">Net ID: <span style="font-weight:bold;">{{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }}</span> (<span style="font: 8pt arial, sans-serif">Port: {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}</span>)</div></td>
<td><div style="margin-top:3px;margin-bottom:3px;">Net ID: <span style="font-weight:bold;">{{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }}</span></div></td>
<td style="background-color:#fffff0; font: 8pt arial, sans-serif; font-weight: 600;color:#{{ _table['OPENBRIDGES'][_openbridge]['COLOR'] }}">{% 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 %}</td>
</tr>