summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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