mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 03:53:50 +08:00
Datasource: Pass access type to data source instance settings (#37577)
* Pass Access info to datasourceInstance * Update packages/grafana-data/src/types/datasource.ts Co-authored-by: Giordano Ricci <me@giordanoricci.com> * Type access as direct | proxy * Fix tests where mocking datasourceInstance, include access * Pass access to data source instance mocks * Update comment * Pass access to data source instance mocks Co-authored-by: Giordano Ricci <me@giordanoricci.com>
This commit is contained in:
@ -100,6 +100,7 @@ function getTestContext({
|
||||
name: 'test-elastic',
|
||||
type: 'type',
|
||||
uid: 'uid',
|
||||
access: 'proxy',
|
||||
url: ELASTICSEARCH_MOCK_URL,
|
||||
database,
|
||||
jsonData,
|
||||
|
Reference in New Issue
Block a user