diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 5301a7e..760e47a 100755 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -56,34 +56,48 @@
HBP System | -Client Radio ID | -Callsign | -Connection | -Ping Sent | -Ping Ack | -Master | +ID/Callsign/Location Master IP:Port |
+ Connected Sent/Ack/Missed |
+ LinkedTS | +Slot | +Call Type |
+ Source Subscriber |
+ Source Peer |
+ Destination | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ _client}} | -{{ _table['PEERS'][_client]['RADIO_ID'] }} | -{{ _table['PEERS'][_client]['CALLSIGN'] }} | -{{ _table['PEERS'][_client]['STATS']['CONNECTION'] }} | -{{ _table['PEERS'][_client]['STATS']['PINGS_SENT'] }} | -{{ _table['PEERS'][_client]['STATS']['PINGS_ACKD'] }} | -{{ _table['PEERS'][_client]['MASTER_IP'] }} | +{{ _peer}} | +{{ _table['PEERS'][_peer]['RADIO_ID'] }}, {{_table['PEERS'][_peer]['CALLSIGN']}}, {{_table['PEERS'][_peer]['LOCATION']}} 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 | ++ | + | + | + |
TS2 | ++ | + | + | + |
OpenBridge System | -Network ID | -Target IP | -Target Port | -- | - | + | Network ID Target IP:Port |
+ Active Calls |
---|---|---|---|---|---|---|---|---|
{{ _openbridge}} | -{{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} | -{{ _table['OPENBRIDGES'][_openbridge]['TARGET_IP'] }} | -{{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }} | -- | + | {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} {{ _table['OPENBRIDGES'][_openbridge]['TARGET_IP'] }}:{{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }} |