summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriel Santiago <adriel@gitlab.com>2019-01-01 16:18:01 -0500
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-02 15:32:16 +0100
commit59cb734c066b08f5c4850d4ea280109d1db18883 (patch)
treed872ea69b6b66780dfd81fa0baaf9c19ae2078e4
parentd877b4369285ca011049581e8bc57f12c799b676 (diff)
downloadgitlab-ce-59cb734c066b08f5c4850d4ea280109d1db18883.tar.gz
Add rendering of jaeger settings for EE
-rw-r--r--app/views/projects/settings/operations/show.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/settings/operations/show.html.haml b/app/views/projects/settings/operations/show.html.haml
index 39e8e2d2a8a..c054b7fdaf1 100644
--- a/app/views/projects/settings/operations/show.html.haml
+++ b/app/views/projects/settings/operations/show.html.haml
@@ -26,3 +26,7 @@
%p.form-text.text-muted
= _('Find and manage Auth Tokens in your Sentry account settings page.')
%input.btn.btn-success{ :type => 'submit', :value => _('Save changes') }
+
+-# EE-specific start
+= render_if_exists 'projects/settings/operations/jaeger_setting'
+-# EE-specific end