From 2cc50c73ce5cfd865b2b363d6dc6af5d11867ff3 Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Sat, 10 Nov 2018 15:40:10 -0600 Subject: [PATCH] Remove superfluous "connection" column in Master table --- templates/hblink_table.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index b935be3..15a895a 100755 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -8,8 +8,7 @@ - - + @@ -22,7 +21,6 @@ ColorCode LinkTS Location - Connection Pings Received IP Port @@ -40,7 +38,6 @@ {{ _cdata['COLORCODE'] }} {{ _cdata['SLOTS'] }} {{ _cdata['LOCATION'] }} - {{ _cdata['CONNECTION'] }} {{ _cdata['PINGS_RECEIVED'] }} {{ _cdata['IP'] }} {{ _cdata['PORT'] }}