mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
DataSourceSettings: Fix recent changes to HttpDataSourceSettings (#67436)
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user