%unless alerts.blank?%>
Severity Color | Name | Category | Message | Tags | Notification Group | <% if can? :manage, Alert%>Action | <%end%>
---|---|---|---|---|---|---|
<%= alert.name %> | <%= alert.category %> | <%= alert.message %> | <%= alert.tag_list %> | <%= alert.notification_groups.pluck(:name).join(',') %> | <% if can? :manage, Alert%><%= 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 %>