summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/html/plugins/alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/html/plugins/alert.html')
-rw-r--r--glances/outputs/static/html/plugins/alert.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/glances/outputs/static/html/plugins/alert.html b/glances/outputs/static/html/plugins/alert.html
new file mode 100644
index 00000000..ea13e876
--- /dev/null
+++ b/glances/outputs/static/html/plugins/alert.html
@@ -0,0 +1,7 @@
+<div class="table">
+ <div class="table-row" ng-repeat="alert in result['alert']">
+ <div class="table-cell text-left">
+{{alert.begin | date : 'yyyy-MM-dd H:mm:ss'}} ({{ alert.ongoing ? 'ongoing' : alert.duration }}) - {{alert[2]}} on <span class="{{ alert[2] | lowercase }}">{{alert[3]}}</span> ({{alert[4]}})
+ </div>
+ </div>
+</div>