diff --git a/templates/index_template.html b/templates/index_template.html index 41287ae..17424eb 100644 --- a/templates/index_template.html +++ b/templates/index_template.html @@ -10,7 +10,7 @@ .button { <<>> } .dropbtn { <<>> } - + @@ -36,7 +36,7 @@ Copyright (c) 2016-2021The Regents of the K0USY Group. All rights reserved.Version SP2ONG 2019-2021 - + diff --git a/templates/main_table.html b/templates/main_table.html index f26560c..7168e74 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -96,12 +96,11 @@ DMR ID: {{ _client }} {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} - Connected via: IP Network + Type: IP Network {% else %} - Connected via: Radio + Type: Radio ({{ _cdata['SLOTS'] }}) {% endif %} - Type: {{ _cdata['SLOTS'] }} - Hardware: {{_cdata['PACKAGE_ID'] }} + Hardware: {{_cdata['PACKAGE_ID'] }} Soft_Ver: {{_cdata['SOFTWARE_ID'] }} Location: {{_cdata['LOCATION']}}
Copyright (c) 2016-2021The Regents of the K0USY Group. All rights reserved.Version SP2ONG 2019-2021 - +