mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-16 13:21:52 -05:00
Update main_table.html
This commit is contained in:
parent
748d9bb958
commit
12ea9ae665
@ -4,6 +4,9 @@
|
||||
{% endif %}
|
||||
<fieldset style="background-color:#f0f0f0f0;margin-left:15px;margin-right:15px;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"> .: Connected to DMR Server :. </font></b></legend>
|
||||
|
||||
{% if _table['MASTERS']|length >0 %}
|
||||
|
||||
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif;font-weight:600;margin-top:5px;margin-bottom:5px;" width=100%>
|
||||
{% if _table['MASTERS']|length >0 %}
|
||||
<tr style="background-color:#f9f9f9f9;"><td>
|
||||
@ -52,6 +55,12 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<br>
|
||||
</td></tr></table>
|
||||
<br></td></tr></table>
|
||||
{% else %}
|
||||
<table style='width:100%; font: 13pt arial, sans-serif; margin-top:4px;margin-bottom:5px;'>
|
||||
<tr style='border:none; background-color:#f9f9f9f9;'>
|
||||
<td style='border:none;height:60px;'><font color=brown><b><center>Waiting for data from the DMR server ...</center></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
{% endif %}
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user