mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -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
|
||||
defaultUrl="http://localhost:9090"
|
||||
dataSourceConfig={options}
|
||||
showAccessOptions={true}
|
||||
onChange={onOptionsChange}
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user