Update hblink_table_gradient.html

This commit is contained in:
Waldek 2020-06-29 13:35:23 +02:00 committed by GitHub
parent e4069d611f
commit 00ec7d0b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{% include 'lastheard.html' %}
<fieldset style="background-color:#e0e0e0e0;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;.: HBlink status :.&nbsp;</font></b></legend>
{% if _table['MASTERS']|length >0 %}
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
<tr style="font: 10pt arial, sans-serif; background-image: linear-gradient(to bottom right, #356244,#4ad97a); color:white">
<th style='width: 120px;'>HB Protocol<br>Master Systems</th>
@ -45,6 +46,14 @@
{% endfor %}
{% endfor %}
</table>
{% else %}
<table style='width:100%; font: 14pt arial, sans-serif'>
<tr style='border:none; background-color:#f9f9f9f9;'>
<td style='border:none;height:60px;'><font color=brown><b><center>Connecting to HBLink Server ...</center></b></td>
</tr>
</table>
{% endif %}
{% if _table['PEERS']|length >0 %}
<br>
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
<tr style="font: 10pt arial, sans-serif; background-image: linear-gradient(to bottom right, #4b8c61,#bbd770); color:white">
@ -72,6 +81,7 @@
</tr>
{% endfor %}
</table>
{% endif %}
{% if _table['OPENBRIDGES']|length >0 %}
<br>
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">