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'] }}