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:
Jorge Luis Betancourt
2020-02-04 08:42:26 +01:00
committed by GitHub
parent 21340a5ece
commit 96099636dc

View File

@@ -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}
/> />