From dcf6975fb8d2b120c6280056d51c5c16fb75623f Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 30 Sep 2019 20:02:04 +0200 Subject: [PATCH] Update hblink_table.html --- templates/hblink_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 347b127..92b7ab7 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -53,7 +53,7 @@ {% for _peer, _pdata in _table['PEERS'].items() %} {{ _peer}}
Mode: {{ _table['PEERS'][_peer]['MODE'] }} -
{{_table['PEERS'][_peer]['CALLSIGN']}}(Id: {{ _table['PEERS'][_peer]['RADIO_ID'] }})   Info:{{_table['PEERS'][_peer]['LOCATION']}}
   Linked Time Slot: {{ _table['PEERS'][_peer]['SLOTS'] }}

Master: {{ _table['PEERS'][_peer]['MASTER_IP'] }}:{{ _table['PEERS'][_peer]['MASTER_PORT'] }}
+
{{_table['PEERS'][_peer]['CALLSIGN']}}(Id: {{ _table['PEERS'][_peer]['RADIO_ID'] }})   Info: {{_table['PEERS'][_peer]['LOCATION']}}
   Linked Time Slot: {{ _table['PEERS'][_peer]['SLOTS'] }}

Master: {{ _table['PEERS'][_peer]['MASTER_IP'] }}:{{ _table['PEERS'][_peer]['MASTER_PORT'] }}
{{ _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