Update main_table.html

This commit is contained in:
Waldek 2021-02-27 20:37:37 +01:00 committed by GitHub
parent 3234e26c4d
commit 305bf9bb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<fieldset style="background-color:#f0f0f0f0;text-algin: lef; 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">&nbsp;.: DMR Server activity :.&nbsp;</font></b></legend>
{% if _table['MASTERS']|length >0 %}
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif;margin-top:5px;margin-bottom:5px;" width=100%>
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif;margin-top:4px;margin-bottom:4px;" width=100%>
<tr style="height:30px;font: 10pt arial, sans-serif;{{ themec }}">
<th style='width: 20%;'>Systems M&P</th>
<th style='width: 40%;'>Source</th>
@ -28,7 +28,7 @@
{% endfor %}
{% else %}
<table style='width:100%; font: 13pt arial, sans-serif; margin-top:4px;margin-bottom:5px;'>
<table style='width:100%; font: 13pt arial, sans-serif; margin-top:4px;margin-bottom:4px;'>
<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>