From 0a2b8b9a8bd051718ac21f577888301621207ab2 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 12 Jan 2018 15:06:55 +0100 Subject: [PATCH] statistics.html: Remove "unknown" column from gateway list Signed-off-by: Adrian Schmutzler --- ffmap/web/templates/statistics.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffmap/web/templates/statistics.html b/ffmap/web/templates/statistics.html index 6ec5a1f..3b64dee 100644 --- a/ffmap/web/templates/statistics.html +++ b/ffmap/web/templates/statistics.html @@ -131,7 +131,6 @@ Gateway Online Offline - Unknown Total Clients Stats @@ -141,7 +140,6 @@ {{ gws_info[mac]["label"] }} {{ value["selected"]["online"] or 0 }} / {{ value["others"]["online"] or 0 }} {{ value["selected"]["offline"] or 0 }} / {{ value["others"]["offline"] or 0 }} - {{ value["selected"]["unknown"] or 0 }} / {{ value["others"]["unknown"] or 0 }} {{ gws_sum[mac]["routers"] if gws_sum[mac] else 0 }} / {{ value["others"]|sumdict if value["others"] else 0 }} {{ gws_sum[mac]["clients"] if gws_sum[mac] }} Stats