diff --git a/templates/hblink_table_old.html b/templates/hblink_table_old.html index a36d688..24972a5 100644 --- a/templates/hblink_table_old.html +++ b/templates/hblink_table_old.html @@ -19,7 +19,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' %} @@ -67,7 +67,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 @@ -96,7 +96,7 @@ {{ _openbridge}}
Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} - {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }} | {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} + {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }} | {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} {% endfor %}