From 32a1b59b29b876f19d139a03ca908921f01c000b Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 18 May 2021 17:17:09 +0200 Subject: [PATCH] Delete masters_table.html --- templates/masters_table.html | 56 ------------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 templates/masters_table.html diff --git a/templates/masters_table.html b/templates/masters_table.html deleted file mode 100644 index 83f6b1a..0000000 --- a/templates/masters_table.html +++ /dev/null @@ -1,56 +0,0 @@ -{% include 'buttons.html' ignore missing %} -
- .: Masters status :.  -{% if _table['MASTERS']|length >0 %} - - - - - - - - - - - {% for _master in _table['MASTERS'] %} - {% if ((_table['MASTERS'][_master]['PEERS']|length==0 or _table['MASTERS'][_master]['PEERS']|length>0) and emaster==True) or (_table['MASTERS'][_master]['PEERS']|length>0 and emaster==False) %} - - - - - {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} - - - - - - - - - - - - - - {% endfor %} - {% endif %} -{% endfor %} -
HB Protocol
Master Systems
Callsign (DMR Id)
Info
Time ConnectedSlotSourceDestination
{{_master}}
{{_table['MASTERS'][_master]['REPEAT']}}
{{ _cdata['CALLSIGN']}} - (Id: {{ _client }}) - - {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} -    Type: IP Network
- {% else %} -    Type: Radio ({{ _cdata['SLOTS'] }})
- {% endif %} -    Soft_Ver: {{_cdata['SOFTWARE_ID'] }} -
   Hardware: {{_cdata['PACKAGE_ID'] }}
-
{{_cdata['LOCATION']}}
{{ _cdata['CONNECTED'] }}TS1{{ _cdata[1]['SUB']|safe }}{{ _cdata[1]['DEST']|safe }}
TS2{{ _cdata[2]['SUB']|safe }}{{ _cdata[2]['DEST']|safe }}
-{% else %} - - - - -
Waiting for data from the DMR server ...
-{% endif %} -