diff --git a/templates/peers_table.html b/templates/peers_table.html deleted file mode 100644 index 36e4715..0000000 --- a/templates/peers_table.html +++ /dev/null @@ -1,38 +0,0 @@ -{% include 'buttons.html' ignore missing %} -
- .: Peers status :.  -{% if _table['PEERS']|length >0 %} - - - - - - - - - - {% for _peer, _pdata in _table['PEERS'].items() %} - - - - - - - - - - - - - - - {% endfor %} -
HB Protocol
Peer Systems
Callsign (DMR Id)
Info
Connected
TX/RX/Lost
SlotSourceDestination
{{ _peer}}
Mode: {{ _table['PEERS'][_peer]['MODE'] }}
{{_table['PEERS'][_peer]['CALLSIGN']}} (Id: {{ _table['PEERS'][_peer]['RADIO_ID'] }})   Linked Time Slot: {{ _table['PEERS'][_peer]['SLOTS'] }}

{{_table['PEERS'][_peer]['LOCATION']}}
{{ _table['PEERS'][_peer]['STATS']['CONNECTED'] }}
{{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] - _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }}
TS1{{ _pdata[1]['SUB']|safe }}{{ _pdata[1]['DEST']|safe }}
TS2{{ _pdata[2]['SUB']|safe }}{{ _pdata[2]['DEST']|safe }}
- {% else %} - - - - -
Waiting for data from the DMR server ... or not defined on DMR server
- {% endif %} -