debian-mirror-gitlab/app/views/projects/services/prometheus/_top.html.haml
2022-06-21 17:19:12 +05:30

9 lines
576 B
Text

- 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'