mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: replace datasource name with a reference object (#33817)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Elfo404 <me@giordanoricci.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DataQuery } from '@grafana/data';
|
||||
import { DataQuery, DataSourceRef } from '@grafana/data';
|
||||
import { ExpressionQuery } from '../features/expressions/types';
|
||||
|
||||
export interface QueryGroupOptions {
|
||||
@@ -14,8 +14,7 @@ export interface QueryGroupOptions {
|
||||
};
|
||||
}
|
||||
|
||||
export interface QueryGroupDataSource {
|
||||
export interface QueryGroupDataSource extends DataSourceRef {
|
||||
name?: string | null;
|
||||
uid?: string;
|
||||
default?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user