From 38ca38144c8e7eac045bf998da2cac3373bb7da7 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 24 Feb 2021 10:44:38 +0100 Subject: [PATCH] html code updated --- templates/peers_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/peers_table.html b/templates/peers_table.html index 8209661..ff650fe 100644 --- a/templates/peers_table.html +++ b/templates/peers_table.html @@ -14,7 +14,7 @@ {% for _peer, _pdata in _table['PEERS'].items() %} {{ _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]['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