From ccb8ef3abfda8ae237ede789bafec0595d42563e Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Thu, 8 Nov 2018 08:17:20 -0600 Subject: [PATCH] Fixing HTML Template issues --- templates/hblink_table.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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