summaryrefslogtreecommitdiff
path: root/app/views/projects/services/prometheus/_top.html.haml
blob: 52b29ea2e8f0f924b10927fad1b2b3d5cdb20a94 (plain)
1
2
3
4
5
6
7
8
9
- return unless integration.manual_configuration?

.row
  .col-lg-12
    = render Pajamas::AlertComponent.new(dismissible: false) do
      .gl-alert-body
        = s_('AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated.')
      .gl-alert-actions
        = link_to _('Visit settings page'), project_settings_operations_path(@project, anchor: 'js-alert-management-settings'), class: 'gl-button btn gl-alert-action btn-info'