mirror of
https://github.com/Luzifer/mondash.git
synced 2024-12-22 20:11: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:
parent
8da5fd9012
commit
134d4a1d17
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue