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

.row
  .col-lg-12
    .gl-alert.gl-alert-info{ role: 'alert' }
      = sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
      .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'