Commit 4737eff4 authored by Tristan Read's avatar Tristan Read Committed by Paul Slaughter

Migrate prometheus alert to Pajamas::AlertComponent

- https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84345
parent 6e8b14bd
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
.row .row
.col-lg-12 .col-lg-12
.gl-alert.gl-alert-info{ role: 'alert' } = render Pajamas::AlertComponent.new(dismissible: false) do
= sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body .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.') = 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 .gl-alert-actions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment