1
0
Fork 0
mirror of https://github.com/Luzifer/mondash.git synced 2024-12-23 04:21:18 +00:00

Fix: MAD is no unit, put the abbr in front of the metric

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-11-22 22:48:00 +01:00
parent 8da5fd9012
commit 134d4a1d17
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -109,8 +109,7 @@
<span class="label label-info">Current Value: {{ metric.Value }}</span>
{% endif %}
{% if !metric.HideMAD %}
{{ metric.MadMultiplier }} <abbr title="Median Absolute Deviation">MAD</abbr>
above the Median ({{ metric.Median }})
<abbr title="Median Absolute Deviation">MAD</abbr>: {{ metric.MadMultiplier }} above the Median ({{ metric.Median }})
{% endif %}
</span>
{% if !metric.HideMAD %}