mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-10-31 14:27:15 -04:00
Update tooltip text
This commit is contained in:
parent
ab8c74a743
commit
316e9fbd09
@ -20,9 +20,14 @@
|
||||
<tr style="background-color:#f9f9f9f9;">
|
||||
<td rowspan="2"><div class="tooltip"><b><font color=blue>{{ _cdata['CALLSIGN'] }}</font>
|
||||
</b><span style="font: 8pt arial,sans-serif">(Id: {{ _client }})</span><span class="tooltiptext">
|
||||
<span style="font: 9pt arial,sans-serif;color:#FFFFFF"> <b>Type/Slots</b>: {{ _cdata['SLOTS'] }}
|
||||
<br> <b>RX</b>: {{ _cdata['RX_FREQ'] }}
|
||||
<br> <b>TX</b>: {{ _cdata['TX_FREQ'] }}
|
||||
<span style="font: 9pt arial,sans-serif;color:#FFFFFF">
|
||||
{% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %}
|
||||
<b>IP Network</b><br>
|
||||
{% else %}
|
||||
<b>RX</b>: {{ _cdata['RX_FREQ'] }}<br>
|
||||
<b>TX</b>: {{ _cdata['TX_FREQ'] }}<br>
|
||||
{% endif %}
|
||||
<b>Type/Slots</b>: {{ _cdata['SLOTS'] }}
|
||||
<br> <b>Soft_Ver</b>: {{_cdata['SOFTWARE_ID'] }}
|
||||
<br> <b>Hardware</b>: {{_cdata['PACKAGE_ID'] }}</span></span></div>
|
||||
<br><div style="font: 92% arial,sans-serif; color:brown;font-weight:bold">{{_cdata['LOCATION']}}</div></td>
|
||||
|
Loading…
Reference in New Issue
Block a user