mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-05-27 19:52:31 -04:00
html code updated
This commit is contained in:
parent
deb29df8a1
commit
d785bc38ba
@ -11,7 +11,7 @@
|
||||
{% for _master in _table['MASTERS'] %}
|
||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||
{% if _cdata[1]['TS'] == True or _cdata[2]['TS'] == True %}
|
||||
<tr style="background-color:#f9f9f9f9;">
|
||||
<tr style="background-color:#f9f9f9f9;line-height:1.4;">
|
||||
{% if _cdata[1]['TRX'] == "RX" %}
|
||||
<td style="font-weight:bold; padding-left: 20px; text-align:left;color:#464646;">M: {{_master}} </td>
|
||||
<td style="font: 9.5pt arial, sans-serif;font-weight: 600;color:#0d1a81;">{{ _cdata[1]['SUB']|safe }} [<span style="align-items: center;justify-content:center;font-size: 8pt;font-weight:600;color:brown;">TS {{ 1 if _cdata[1]['TS'] == True else 2 }}</span>]</td>
|
||||
@ -36,7 +36,7 @@
|
||||
{% endif %}
|
||||
{% for _peer, _pdata in _table['PEERS'].items() %}
|
||||
{% if _pdata[1]['TS'] == True or _pdata[2]['TS'] == True %}
|
||||
<tr style="background-color:#f9f9f9f9;">
|
||||
<tr style="background-color:#f9f9f9f9;line-height:1.4;">
|
||||
{% if _pdata[1]['TRX'] == "RX" %}
|
||||
<td style="font-weight:bold; padding-left: 20px; text-align:left;color:#464646;">P: {{_peer}} </td>
|
||||
<td style="font: 9.5pt arial, sans-serif;font-weight: 600;color:#0d1a81;">{{ _pdata[1]['SUB']|safe }} [<span style="align-items: center;justify-content:center;font-size: 8pt;font-weight:600;color:brown;">TS {{ 1 if _pdata[1]['TS'] == True else 2 }}</span>]</td>
|
||||
@ -64,7 +64,7 @@
|
||||
{% set rx.value=1 %}
|
||||
{% endfor %}
|
||||
{% if rx.value == 1 %}
|
||||
<tr style="background-color:#f9f9f9f9;">
|
||||
<tr style="background-color:#f9f9f9f9;line-height:1.5;">
|
||||
<td style="font-weight:bold; padding-left: 20px; text-align:left;"> {{ _openbridge}} </td>
|
||||
<td colspan=2 style="background-color:#f9f9f9f9; font: 9pt arial, sans-serif; font-weight: 600; color:#464646;">
|
||||
{% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] if _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] == 'RX' %}[<span style="color:#008000;">{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}</span>: <font color=#0065ff> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }}</font> >> <font color=#b5651d> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}</font>] {% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user