diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 4604c25..b935be3 100755 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -23,16 +23,17 @@ LinkTS Location Connection - Pings
Received + Pings Received IP Port - - {% for _master in _table['MASTERS'] %} - + + {% for _master in _table['MASTERS'] %} + - {{ _master}} + {{ _master}} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} + {{ _client }} {{ _cdata['CALLSIGN'] }} {{ _cdata['TX_FREQ'] }} @@ -43,9 +44,10 @@ {{ _cdata['PINGS_RECEIVED'] }} {{ _cdata['IP'] }} {{ _cdata['PORT'] }} + + {% endfor %} - {% endfor %} - {% endfor %} +{% endfor %}

Client Systems