From aaa904dc7317554c843e28941c5f4c1960c64898 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 8 Jan 2020 07:27:43 +0100 Subject: [PATCH] Update hblink_table.html Change font size for location information --- 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 99f075c..7c09cb0 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -25,7 +25,7 @@
   TX: {{ _cdata['TX_FREQ'] }}
   Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
   Hardware: {{_cdata['PACKAGE_ID'] }} -
{{_cdata['LOCATION']}}
+
{{_cdata['LOCATION']}}
{{ _cdata['CONNECTED'] }} TS1 {{ _cdata[1]['SUB'] }} @@ -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'] }})   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