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

11 lines
650 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- return unless @service.manual_configuration?
.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
= link_to _('Visit settings page'), project_settings_operations_path(@project, anchor: 'js-alert-management-settings'), class: 'btn gl-alert-action btn-info gl-button'