diff --git a/templates/hblink_table.html b/templates/hblink_table.html index efa67a5..0d6cc23 100755 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -3,45 +3,27 @@
HBP System | -Client Radio ID | -Callsign | +ID/Callsign/Location IP:Port/KeepAlives |
Frequency | -ColorCode | -LinkTS | -Location | -Pings Received | -IP | -Port | +ColorCode LinkedTS |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ _master}} | +{{ _master}} | ||||||||||
{{ _client }} | -{{ _cdata['CALLSIGN'] }} | -{{ _cdata['TX_FREQ'] }} | -{{ _cdata['COLORCODE'] }} | -{{ _cdata['SLOTS'] }} | -{{ _cdata['LOCATION'] }} | -{{ _cdata['PINGS_RECEIVED'] }} | -{{ _cdata['IP'] }} | -{{ _cdata['PORT'] }} | +{{ _client }}, {{ _cdata['CALLSIGN'] }}, {{ _cdata['LOCATION'] }} {{ _cdata['IP'] }}:{{ _cdata['PORT'] }} / {{ _cdata['PINGS_RECEIVED'] }} |
+ TX: {{ _cdata['RX_FREQ'] }} RX: {{ _cdata['TX_FREQ] }} |
+ {{ _cdata['COLORCODE'] }} {{ _cdata['SLOTS'] }} |