Commit 7e096de7 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '233688-replace-bootstrap-alert-jaeger' into 'master'

Replace bootstrap alert in jaeger page

Closes #233688

See merge request gitlab-org/gitlab!41610
parents 26962cde 9e36375f
......@@ -3,13 +3,13 @@
- if @project.tracing_external_url.present?
%h3.page-title= _('Tracing')
.gl-alert.gl-alert-info.alert.flex-alert
= sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.alert-message
= _("Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse.")
- jaeger_link = link_to('Jaeger tracing', 'https://www.jaegertracing.io/', target: "_blank", rel: "noreferrer")
%p.light= _("GitLab uses %{jaeger_link} to monitor distributed systems.").html_safe % { jaeger_link: jaeger_link }
= content_for :flash_message do
.alert.alert-warning.flex-alert
.alert-message
= _("Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse.")
.card
- iframe_permissions = "allow-forms allow-scripts allow-same-origin allow-popups"
......
---
title: Replace bootstrap alert in jaeger page
merge_request: 41610
author:
type: other
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