mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-10-31 14:27:15 -04:00
Update hblink_table.html
This commit is contained in:
parent
f5551a4bfc
commit
e6417dcd32
@ -1,6 +1,7 @@
|
|||||||
{% include 'lastheard.html' %}
|
{% 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;">
|
<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"> .: HBlink status :. </font></b></legend>
|
<legend><b><font color="#000"> .: HBlink status :. </font></b></legend>
|
||||||
|
{% if _table['MASTERS']|length >0 %}
|
||||||
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
|
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
|
||||||
<tr style="font: 10pt arial, sans-serif; background-color:#356244; color:white">
|
<tr style="font: 10pt arial, sans-serif; background-color:#356244; color:white">
|
||||||
<th style='width: 120px;'>HB Protocol<br>Master Systems</th>
|
<th style='width: 120px;'>HB Protocol<br>Master Systems</th>
|
||||||
@ -45,6 +46,15 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</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>
|
<br>
|
||||||
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
|
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
|
||||||
<tr style="font: 10pt arial, sans-serif; background-color:#4b8c61; color:white">
|
<tr style="font: 10pt arial, sans-serif; background-color:#4b8c61; color:white">
|
||||||
@ -72,6 +82,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if _table['OPENBRIDGES']|length >0 %}
|
{% if _table['OPENBRIDGES']|length >0 %}
|
||||||
<br>
|
<br>
|
||||||
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
|
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
|
||||||
|
Loading…
Reference in New Issue
Block a user