From acf652781ed94f94aa803477232158d12af41084 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 6 Jul 2020 11:02:11 +0200 Subject: [PATCH] Update hblink_table.html --- templates/hblink_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index e5197bc..1c1dc52 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -21,7 +21,7 @@ {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} -
{{ _cdata['CALLSIGN'] }} +
{{ _cdata['CALLSIGN'] }} (Id: {{ _client }}) {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} @@ -70,7 +70,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