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"] }}