From 4ca21b0efb24ac17a0bd74d7eff35d1ff90b6100 Mon Sep 17 00:00:00 2001 From: Waldek Date: Fri, 26 Jun 2020 13:02:24 +0200 Subject: [PATCH] Update tooltip text --- templates/hblink_table_blue.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/hblink_table_blue.html b/templates/hblink_table_blue.html index 50e99bc..fb4060c 100644 --- a/templates/hblink_table_blue.html +++ b/templates/hblink_table_blue.html @@ -20,9 +20,14 @@
{{ _cdata['CALLSIGN'] }} (Id: {{ _client }}) -    Type/Slots: {{ _cdata['SLOTS'] }} -
   RX: {{ _cdata['RX_FREQ'] }} -
   TX: {{ _cdata['TX_FREQ'] }} + + {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} +    IP Network
+ {% else %} +    RX: {{ _cdata['RX_FREQ'] }}
+    TX: {{ _cdata['TX_FREQ'] }}
+ {% endif %} +    Type/Slots: {{ _cdata['SLOTS'] }}
   Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
   Hardware: {{_cdata['PACKAGE_ID'] }}

{{_cdata['LOCATION']}}