summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/js/components/plugin-alert/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/js/components/plugin-alert/view.html')
-rw-r--r--glances/outputs/static/js/components/plugin-alert/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/outputs/static/js/components/plugin-alert/view.html b/glances/outputs/static/js/components/plugin-alert/view.html
index 4f62b69c..f7aebcb4 100644
--- a/glances/outputs/static/js/components/plugin-alert/view.html
+++ b/glances/outputs/static/js/components/plugin-alert/view.html
@@ -8,7 +8,7 @@
<div class="table-cell text-left">
{{alert.begin | date : 'yyyy-MM-dd H:mm:ss'}} ({{ alert.ongoing ? 'ongoing' : alert.duration }}) - <span
ng-hide="alert.ongoing">{{alert.level}} on</span> <span class="{{ alert.level | lowercase }}">{{alert.name}}</span>
- ({{alert.max}})
+ ({{alert.max| number:1 }})
</div>
</div>
</div>