From 46266c9cb517ed06e674fb0deb191338a0b999dd Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 16 Nov 2017 14:27:49 +0100 Subject: [PATCH] Show orphans in statistics Signed-off-by: Adrian Schmutzler --- ffmap/web/templates/statistics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmap/web/templates/statistics.html b/ffmap/web/templates/statistics.html index 2cfa2de..f08589c 100644 --- a/ffmap/web/templates/statistics.html +++ b/ffmap/web/templates/statistics.html @@ -65,7 +65,7 @@ {{ hood }} {{ value["online"] or 0 }} - {{ value["offline"] or 0 }} + {{ value["offline"] or 0 }}{%- if value["orphaned"] %} ({{ value["orphaned"] or 0 }}){%- endif %} {{ value["unknown"] or 0 }} {{ hoods_sum[hood]["routers"] }} {{ hoods_sum[hood]["clients"] }}