mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AzureMonitor: Show error message when subscriptions request fails in ConfigEditor (#37837)
* Fix jsdoc description for datasourceRequest * Align default subscription width with other fields * AzureMonitor: Show error message when requesting default subscriptions in ConfigEditor * update snapshots:
This commit is contained in:
@@ -152,11 +152,12 @@ export interface BackendSrv {
|
||||
request(options: BackendSrvRequest): Promise<any>;
|
||||
|
||||
/**
|
||||
* @deprecated Use the fetch function instead
|
||||
* Special function used to communicate with datasources that will emit core
|
||||
* events that the Grafana QueryInspector and QueryEditor is listening for to be able
|
||||
* to display datasource query information. Can be skipped by adding `option.silent`
|
||||
* when initializing the request.
|
||||
*
|
||||
* @deprecated Use the fetch function instead
|
||||
*/
|
||||
datasourceRequest<T = any>(options: BackendSrvRequest): Promise<FetchResponse<T>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user