mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Change format of query builder hints (#60228)
* change format of query builder hints * fix tests * add hint property on query actions * revert changes to prometheus hints * respond to feedback * fix failing tests * trigger drone Co-authored-by: Matias Chomicki <matyax@gmail.com>
This commit is contained in:
@@ -511,6 +511,7 @@ export interface DataQueryTimings {
|
||||
}
|
||||
|
||||
export interface QueryFix {
|
||||
title?: string;
|
||||
label: string;
|
||||
action?: QueryFixAction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user