Commit 93ae21f0 authored by Tristan Read's avatar Tristan Read Committed by Fatih Acet

Update tracing settings to match error tracking

parent ea402fb0
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
- setting = tracing_setting - setting = tracing_setting
- has_jaeger_url = setting.external_url.present? - has_jaeger_url = setting.external_url.present?
%section %section.settings.expanded.border-0.no-animate
.settings-header{ :class => ("border-top" unless not Feature.enabled?(:error_tracking, @project)) }
%h4 %h4
= _("Jaeger tracing") = _("Jaeger tracing")
%p %p
...@@ -17,6 +18,7 @@ ...@@ -17,6 +18,7 @@
%span %span
= _('Tracing') = _('Tracing')
= _("To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server").html_safe % { link: tracing_link } = _("To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server").html_safe % { link: tracing_link }
.settings-content
= form_for @project, url: project_settings_operations_path(@project), method: :patch do |f| = form_for @project, url: project_settings_operations_path(@project), method: :patch do |f|
= form_errors(@project) = form_errors(@project)
.form-group .form-group
......
---
title: Update tracing settings to match error tracking settings
merge_request: 8786
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