mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-05-30 21:22:26 -04:00
remove name of systems
This commit is contained in:
parent
a868aea35a
commit
3f5462da9d
@ -90,7 +90,7 @@
|
|||||||
{% for _master in _table['MASTERS'] %}
|
{% for _master in _table['MASTERS'] %}
|
||||||
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
|
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
|
||||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||||
<a style="font: 9.5pt arial,sans-serif;font-weight:bold;color:#0066ff;" target="_blank" href="http://www.qrz.com/db/{{_cdata['CALLSIGN']}}"><b>{{_cdata['CALLSIGN']}}</b></a> <span style="font: 8pt arial,sans-serif;color:#464646">({{_master}})
|
<a style="font: 9.5pt arial,sans-serif;font-weight:bold;color:#0066ff;" target="_blank" href="http://www.qrz.com/db/{{_cdata['CALLSIGN']}}"><b>{{_cdata['CALLSIGN']}}</b></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -101,7 +101,7 @@
|
|||||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.4;"> PEERS:</span></div>
|
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.4;"> PEERS:</span></div>
|
||||||
<div style="text-align:left;font:9.5pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.4;white-space:normal;">
|
<div style="text-align:left;font:9.5pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.4;white-space:normal;">
|
||||||
{% for _peer, _pdata in _table['PEERS'].items() %}
|
{% for _peer, _pdata in _table['PEERS'].items() %}
|
||||||
<span style="{{'background-color:#98FB98;color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff704d;color:white;'}}"><b> {{_pdata['CALLSIGN']}} </b></span> <span style="font:8pt arial,sans-serif;color:#464646">({{_peer}})</span>
|
<span style="{{'background-color:#98FB98;color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff704d;color:white;'}}"><b> {{_pdata['CALLSIGN']}}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user