summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/html/plugins/alerts.html
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/html/plugins/alerts.html')
-rw-r--r--glances/outputs/static/html/plugins/alerts.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/glances/outputs/static/html/plugins/alerts.html b/glances/outputs/static/html/plugins/alerts.html
new file mode 100644
index 00000000..a03db0fc
--- /dev/null
+++ b/glances/outputs/static/html/plugins/alerts.html
@@ -0,0 +1,2 @@
+<span class="title" ng-show="!result['alert'].length">No warning or critical alert detected</span>
+<span class="title" ng-show="result['alert'].length">Warning or critical alerts (lasts {{result['alert'].length}} entries)</span>