aboutsummaryrefslogtreecommitdiff
path: root/views/_alert_counts.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/_alert_counts.haml')
-rw-r--r--views/_alert_counts.haml16
1 files changed, 0 insertions, 16 deletions
diff --git a/views/_alert_counts.haml b/views/_alert_counts.haml
deleted file mode 100644
index 6dcecc0..0000000
--- a/views/_alert_counts.haml
+++ /dev/null
@@ -1,16 +0,0 @@
-.colmask.threecol
- .colmid
- .colleft
- .urgent.col1
- Urgent
- .unacknowledged{:title=>"Urgent alert unacknowledged"} #{@urgent.length - @count_ack[:urgent]}
- .acknowledged{:title=>"Urgent alert acknowledged"} #{@count_ack[:urgent]}
- .normal.col2
- Normal
- .unacknowledged{:title=>"Normal alert unacknowledged"} #{@normal.length - @count_ack[:normal]}
- .acknowledged{:title=>"Normal alert acknowledged"} #{@count_ack[:normal]}
- .low.col3
- Low
- .unacknowledged{:title=>"Low alert unacknowledged"} #{@low.length - @count_ack[:low]}
- .acknowledged{:title=>"Low alert acknowledged"} #{@count_ack[:low]}
-