From 32d90dfb6c10e8afaf08b7300dbfc05b53b2f5e8 Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Mon, 5 Oct 2015 22:41:30 +0200 Subject: [PATCH] WebUI : when alert is ongoing hide level --- glances/outputs/static/html/plugins/alert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/outputs/static/html/plugins/alert.html b/glances/outputs/static/html/plugins/alert.html index 061892a4..f4fe2f2f 100644 --- a/glances/outputs/static/html/plugins/alert.html +++ b/glances/outputs/static/html/plugins/alert.html @@ -1,7 +1,7 @@
-{{alert.begin | date : 'yyyy-MM-dd H:mm:ss'}} ({{ alert.ongoing ? 'ongoing' : alert.duration }}) - {{alert.level}} on {{alert.name}} ({{alert.max}}) +{{alert.begin | date : 'yyyy-MM-dd H:mm:ss'}} ({{ alert.ongoing ? 'ongoing' : alert.duration }}) - {{alert.level}} on {{alert.name}} ({{alert.max}})