aboutsummaryrefslogtreecommitdiff
path: root/views/_alerts_table_group.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/_alerts_table_group.haml')
-rw-r--r--views/_alerts_table_group.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_alerts_table_group.haml b/views/_alerts_table_group.haml
index f3af4b2..8bc73b4 100644
--- a/views/_alerts_table_group.haml
+++ b/views/_alerts_table_group.haml
@@ -2,7 +2,7 @@
- group, alerts = alerts_table_group unless alerts_table_group.nil?
- hilight = cycle(nil,"hilight")
- row_class = [ hilight, alerts.first.raised? && "triggered", alerts.first.acknowledged? && "acknowledged", alerts.first.level]
-=partial("alerts_table_alert_summary", :locals => {:alert => alerts.first, :row_class => row_class })
+=partial("alerts_table_alert_summary", :locals => {:alert => alerts.pop, :row_class => row_class })
- if alerts.length > 1
%tr{ :class => [ hilight, alerts.first.raised? && "triggered", alerts.first.acknowledged? && "acknowledged"]}
%td