diff --git a/public/app/plugins/datasource/tempo/configuration/ConfigEditor.tsx b/public/app/plugins/datasource/tempo/configuration/ConfigEditor.tsx index 2a3fa55c9af..db84833b9e6 100644 --- a/public/app/plugins/datasource/tempo/configuration/ConfigEditor.tsx +++ b/public/app/plugins/datasource/tempo/configuration/ConfigEditor.tsx @@ -39,27 +39,20 @@ export const ConfigEditor = ({ options, onOptionsChange }: Props) => { /> - - + - - {config.secureSocksDSProxyEnabled && ( - - )} - - {config.featureToggles.traceToMetrics ? ( <> @@ -75,8 +68,14 @@ export const ConfigEditor = ({ options, onOptionsChange }: Props) => { > - + {config.secureSocksDSProxyEnabled && ( + <> + + + + )} + { - - + - + { - - + { - - + { - - +