debian-mirror-gitlab/app/views/projects/services/prometheus/_top.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
576 B
Text
Raw Normal View History

2021-09-04 01:27:46 +05:30
- return unless integration.manual_configuration?
2020-07-28 23:09:34 +05:30
.row
.col-lg-12
2022-06-21 17:19:12 +05:30
= render Pajamas::AlertComponent.new(dismissible: false) do
2020-07-28 23:09:34 +05:30
.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
2021-03-11 19:13:27 +05:30
= link_to _('Visit settings page'), project_settings_operations_path(@project, anchor: 'js-alert-management-settings'), class: 'gl-button btn gl-alert-action btn-info'