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

11 lines
653 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
2020-10-24 23:57:45 +05:30
.gl-alert.gl-alert-info{ role: 'alert' }
= sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
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'