mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-12-15 05:56:00 -05:00
add more spaces between rows
This commit is contained in:
parent
a14103bf72
commit
adb13b50bf
@ -85,8 +85,8 @@
|
||||
{% if _table['MASTERS']|length >0 %}
|
||||
<tr style="background-color:#f9f9f9f9;"><td>
|
||||
<br>
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;"> MASTERS:</span></div>
|
||||
<div style="text-align:left;font:9pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;">
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.3;"> MASTERS:</span></div>
|
||||
<div style="text-align:left;font:9pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.3;">
|
||||
{% for _master in _table['MASTERS'] %}
|
||||
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
|
||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||
@ -98,8 +98,8 @@
|
||||
{% endif %}
|
||||
{% if _table['PEERS']|length >0 %}
|
||||
<br>
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;"> PEERS:</span></div>
|
||||
<div style="text-align:left;font:9pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;">
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.3;"> PEERS:</span></div>
|
||||
<div style="text-align:left;font:9pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.3;">
|
||||
{% for _peer, _pdata in _table['PEERS'].items() %}
|
||||
<span style="color:#464646;{{'background-color:#98FB98' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else ';background-color:#ff704d'}}"><b> {{_pdata['CALLSIGN']}} </b></span> <span style="font:8pt arial,sans-serif;color:#464646">({{_peer}})</span>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user