diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 72157c4..f7eddc5 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -13,7 +13,7 @@ {% for _master in _table['MASTERS'] %} - + {{_master}}
{{_table['MASTERS'][_master]['REPEAT']}}
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} @@ -26,7 +26,7 @@ {{ _cdata[1]['TYPE'] }} {{ _cdata[1]['SUB'] }} {{ _cdata[1]['DEST'] }} - + TS2 {{ _cdata[2]['TYPE'] }} {{ _cdata[2]['SUB'] }} @@ -51,7 +51,7 @@ {% for _peer, _pdata in _table['PEERS'].iteritems() %} - + {{ _peer}}
Mode: {{ _table['PEERS'][_peer]['MODE'] }} {{ _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'] }}
@@ -61,7 +61,7 @@ {{ _pdata[1]['TYPE'] }} {{ _pdata[1]['SUB'] }} {{ _pdata[1]['DEST'] }} - + TS2 {{ _pdata[2]['TYPE'] }} {{ _pdata[2]['SUB'] }} @@ -80,7 +80,7 @@ {% for _openbridge in _table['OPENBRIDGES'] %} - + {{ _openbridge}}
ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} (span style="font: 8pt arial, sans-serif">Port: {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}
{% 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 %}