remove name of systems

This commit is contained in:
Waldek 2021-01-11 11:48:17 +01:00 committed by GitHub
parent a868aea35a
commit 3f5462da9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
{% for _master in _table['MASTERS'] %}
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
{% 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>&nbsp;<span style="font: 8pt arial,sans-serif;color:#464646">({{_master}})&nbsp;
<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>&nbsp;
{% endfor %}
{% endif %}
{% endfor %}
@ -101,7 +101,7 @@
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.4;">&nbsp;&nbsp;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;">
{% 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>&nbsp;{{_pdata['CALLSIGN']}}&nbsp;</b></span>&nbsp;<span style="font:8pt arial,sans-serif;color:#464646">({{_peer}})</span>&nbsp;
<span style="{{'background-color:#98FB98;color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff704d;color:white;'}}"><b>&nbsp;{{_pdata['CALLSIGN']}}</span>&nbsp;
{% endfor %}
</div>
{% endif %}