summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/operations/_alert_management.html.haml
blob: 5c16a5e27583990686e68feb83825d5e801f4dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- return unless can?(current_user, :admin_operations, @project)
- expanded = expanded_by_default?

%section.settings.no-animate#js-alert-management-settings{ class: ('expanded' if expanded) }
  .settings-header
    %h3{ :class => "h4" }
      = _('Alerts')
    %button.btn.js-settings-toggle{ type: 'button' }
      = _('Expand')
    %p
      = _('Display alerts from all your monitoring tools directly within GitLab.')
      = link_to _('More information'), help_page_path('operations/incident_management/index.md'), target: '_blank', rel: 'noopener noreferrer'
  .settings-content
    .js-alerts-settings{ data: alerts_settings_data }