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'] }}
-
{{ _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 |