Prometheus: Adds hint support to dashboard and fixes prometheus link in query editor (#20275)

* Prometheus: moved hints into query editor, and fixed missing refIds in responses

* Minor fix

* Removed unused type import
This commit is contained in:
Torkel Ödegaard
2019-11-11 16:47:17 +01:00
committed by GitHub
parent 78520ac3d1
commit b756aa0bb1
7 changed files with 14 additions and 23 deletions

View File

@@ -284,7 +284,6 @@ export interface ExploreQueryFieldProps<
> extends QueryEditorProps<DSType, TQuery, TOptions> {
history: any[];
onBlur?: () => void;
onHint?: (action: QueryFixAction) => void;
}
export interface ExploreStartPageProps {