Update main table
This commit is contained in:
parent
972ab7180c
commit
4c5a73f0a0
@ -1,10 +1,10 @@
|
||||
|
||||
<fieldset style="width:900px;background-color:#f1f1f1;margin-left:5px;margin-right:5px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
|
||||
<fieldset style="width:1045px;background-color:#f1f1f1;margin-left:5px;margin-right:5px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
|
||||
<legend><b><font color="#000"> .: Server Activity :. </font></b></legend>
|
||||
{% if _table['MASTERS']|length >0 %}
|
||||
<table width=100% style="background-color:#f0f0f0;border:none !important;border-collapse:collapse;border:none;">
|
||||
<tr style="height:30px;border-collapse:collapse; border:none;">
|
||||
<td width=100% style="border-collapse:collapse;border:none;"><div id="rcornerh">Active QSO's</div></td>
|
||||
<td width=100% style="border-collapse:collapse;border:none;"><div id="rcornerh">Active Call's</div></td>
|
||||
</tr>
|
||||
<tr style="border-collapse:collapse;border:none;">
|
||||
<td id="lact">
|
||||
@ -96,7 +96,7 @@
|
||||
{% endif %}
|
||||
{% if _table['PEERS']|length >0 %}
|
||||
<br>
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.8;"> PEERS:</span></div>
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.8;"> SYSTEM 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.6;white-space:normal;">
|
||||
{% for _peer, _pdata in _table['PEERS'].items() %}
|
||||
<span class="tooltip" style="margin-bottom:6px;border-bottom: 1px dotted white;{{'background-color:#8ecfb4; color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff0000; color:white;'}}"><b> {{_peer}} </b>
|
||||
|
Loading…
x
Reference in New Issue
Block a user