From 4a00c4f7995e8904509313c6015250588d4bc4e3 Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Sat, 10 Nov 2018 15:53:04 -0600 Subject: [PATCH] fix rowspan problem --- templates/hblink_table.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 15a895a..efa67a5 100755 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -29,9 +29,10 @@ {% for _master in _table['MASTERS'] %} - {{ _master}} - {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} - + {{ _master}} + + {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} + {{ _client }} {{ _cdata['CALLSIGN'] }} {{ _cdata['TX_FREQ'] }} @@ -41,9 +42,8 @@ {{ _cdata['PINGS_RECEIVED'] }} {{ _cdata['IP'] }} {{ _cdata['PORT'] }} - - {% endfor %} - + + {% endfor %} {% endfor %}