mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-22 07:54:53 -05:00
Update hblink_table.html
This commit is contained in:
parent
2e9f368e98
commit
3857ba69ff
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<tr style="background-color:#fffff0;">
|
<tr style="background-color:#fffff0;">
|
||||||
<td style="font-weight:bold"> {{ _openbridge}} </td>
|
<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> (<span style="font: 8pt arial, sans-serif">Port: {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}</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>
|
<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>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user