From 134d4a1d17e1ea0b04047846a859e975aec5cfd3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 22 Nov 2017 22:48:00 +0100 Subject: [PATCH] Fix: MAD is no unit, put the abbr in front of the metric Signed-off-by: Knut Ahlers --- templates/dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 3a99541..947d3b3 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -109,8 +109,7 @@ Current Value: {{ metric.Value }} {% endif %} {% if !metric.HideMAD %} - {{ metric.MadMultiplier }} MAD - above the Median ({{ metric.Median }}) + MAD: {{ metric.MadMultiplier }} above the Median ({{ metric.Median }}) {% endif %} {% if !metric.HideMAD %}