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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ export const ConfigEditor = (props: Props) => {
<DataSourceHttpSettings
defaultUrl="http://localhost:9090"
dataSourceConfig={options}
showAccessOptions={true}
onChange={onOptionsChange}
/>