Commit ba00120f authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '9494-trace-line' into 'master'

Remove extra border on tracing empty state page

Closes #9494

See merge request gitlab-org/gitlab-ee!13020
parents a322607c b49dffe7
- @content_class = "limit-container-width" unless fluid_layout - @content_class = "limit-container-width" unless fluid_layout
- page_title _("Tracing") - page_title _("Tracing")
.border-top .row.empty-state
.row.empty-state .col-12
.col-12 .svg-content
.svg-content = image_tag 'illustrations/monitoring/tracing.svg', style: 'max-height: 254px'
= image_tag 'illustrations/monitoring/tracing.svg', style: 'max-height: 254px'
.col-12 .col-12
.text-content .text-content
%h4.text-left= _('Troubleshoot and monitor your application with tracing') %h4.text-left= _('Troubleshoot and monitor your application with tracing')
%p %p
- jaeger_help_url = "https://www.jaegertracing.io/docs/1.7/getting-started/" - jaeger_help_url = "https://www.jaegertracing.io/docs/1.7/getting-started/"
- link_start_tag = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: jaeger_help_url } - link_start_tag = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: jaeger_help_url }
- link_end_tag = "#{sprite_icon('external-link', size: 16, css_class: 'ml-1 vertical-align-middle')}</a>".html_safe - link_end_tag = "#{sprite_icon('external-link', size: 16, css_class: 'ml-1 vertical-align-middle')}</a>".html_safe
= _('To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}').html_safe % { link_start_tag: link_start_tag, link_end_tag: link_end_tag } = _('To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}').html_safe % { link_start_tag: link_start_tag, link_end_tag: link_end_tag }
.text-center .text-center
= render 'tracing_button' = render 'tracing_button'
---
title: Remove extra border on tracing empty state page
merge_request:
author:
type: fixed
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