From 2317f0f8a8c8faa8c29f3b46dd31938504512f07 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 20 Jan 2021 13:12:09 +0100 Subject: [PATCH] Update masters_table.html --- templates/masters_table.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/masters_table.html b/templates/masters_table.html index 73c405a..ee5ea02 100644 --- a/templates/masters_table.html +++ b/templates/masters_table.html @@ -24,14 +24,11 @@ (Id: {{ _client }}) {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} -    IP Network
+    Type: IP Network
{% else %} -    Radio:
-      RX: {{ _cdata['RX_FREQ'] }}
-      TX: {{ _cdata['TX_FREQ'] }}
+    Type: Radio ({{ _cdata['SLOTS'] }})
{% endif %} -    Type/Slot: {{ _cdata['SLOTS'] }} -
   Soft_Ver: {{_cdata['SOFTWARE_ID'] }} +    Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
   Hardware: {{_cdata['PACKAGE_ID'] }}

{{_cdata['LOCATION']}}
{{ _cdata['CONNECTED'] }}