mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasource: Show access (Browser/Server) select on the Prometheus datasource (#21833)
* Datasource: Show access (Browser/Server) select on the Prometheus datasource configuration editor * Trigger build
This commit is contained in:
parent
21340a5ece
commit
96099636dc
@ -12,6 +12,7 @@ export const ConfigEditor = (props: Props) => {
|
|||||||
<DataSourceHttpSettings
|
<DataSourceHttpSettings
|
||||||
defaultUrl="http://localhost:9090"
|
defaultUrl="http://localhost:9090"
|
||||||
dataSourceConfig={options}
|
dataSourceConfig={options}
|
||||||
|
showAccessOptions={true}
|
||||||
onChange={onOptionsChange}
|
onChange={onOptionsChange}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user