Commit 96099636 by Jorge Luis Betancourt Committed by GitHub

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
parent 21340a5e
......@@ -12,6 +12,7 @@ export const ConfigEditor = (props: Props) => {
<DataSourceHttpSettings
defaultUrl="http://localhost:9090"
dataSourceConfig={options}
showAccessOptions={true}
onChange={onOptionsChange}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment