DataSourceSettings: Fix recent changes to HttpDataSourceSettings (#67436)

This commit is contained in:
Torkel Ödegaard
2023-04-28 07:17:18 +02:00
committed by GitHub
parent f5d97c677b
commit ea536411f1
3 changed files with 23 additions and 28 deletions
@@ -49,10 +49,8 @@ export const ConfigEditor = (props: Props) => {
azureAuthSettings={azureAuthSettings}
renderSigV4Editor={<SIGV4ConnectionConfig {...props}></SIGV4ConnectionConfig>}
secureSocksDSProxyEnabled={config.secureSocksDSProxyEnabled}
connectionElements={{
label: 'Prometheus server URL',
tooltip: docsTip(),
}}
urlLabel="Prometheus server URL"
urlDocs={docsTip()}
/>
<>
<hr className={styles.hrTopSpace} />