<%unless alerts.blank?%>

Alert List

<% if can? :manage, Alert%><%end%> <% alerts.each do |alert|%> <% if can? :manage, Alert%> <% end %> <%end%>
Severity Color Name Category Message Tags Notification GroupAction
<%= alert.name %> <%= alert.category %> <%= alert.message %> <%= alert.tag_list %> <%= alert.notification_groups.pluck(:name).join(',') %> <%= link_to 'Test Webhook', test_webhook_event_alerts_path(:id => alert.id),:class=>"label label-warning" if alert.notification_groups.webhook_type.present? %> <%= link_to 'Edit', alerts_path(:id => alert.id),:class=>"label label-info" %> <%= link_to 'Destroy', alert, method: :delete, data: { confirm: 'Are you sure you want to delete?' },:class=>"label label-danger" %>
<%end%>