diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
commit | fc0327f91fb134e1df994143a78c22df7d8f62e4 (patch) | |
tree | 9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/_alert_summary.haml | |
parent | 3576923edf788eecb4320e034f5afaaf625bd62e (diff) |
Big interface clear up
Diffstat (limited to 'views/_alert_summary.haml')
-rw-r--r-- | views/_alert_summary.haml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/views/_alert_summary.haml b/views/_alert_summary.haml deleted file mode 100644 index 1798ec1..0000000 --- a/views/_alert_summary.haml +++ /dev/null @@ -1,7 +0,0 @@ -// See feature #1051: UI sorting order. -.urgent= partial("alert_strips_group", :locals => {:alerts => @grouped_new_urgent}) -.normal= partial("alert_strips_group", :locals => {:alerts => @grouped_new_normal}) -.low= partial("alert_strips_group", :locals => {:alerts => @grouped_new_low}) -.urgent= partial("alert_strips_group", :locals => {:alerts => @grouped_ack_urgent}) -.normal= partial("alert_strips_group", :locals => {:alerts => @grouped_ack_normal}) -.low= partial("alert_strips_group", :locals => {:alerts => @grouped_ack_low}) |