mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Add query library behind dev-mode-only feature flag (#55947)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com> Co-authored-by: Adela Almasan <adela.almasan@grafana.com> Co-authored-by: drew08t <drew08@gmail.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
co-authored by
nmarrs
Adela Almasan
drew08t
Ryan McKinley
parent
14a080ec12
commit
009d65b794
@@ -11,6 +11,8 @@ export interface SearchQuery {
|
||||
location?: string;
|
||||
sort?: string;
|
||||
ds_uid?: string;
|
||||
ds_type?: string;
|
||||
saved_query_uid?: string; // TODO: not implemented yet
|
||||
tags?: string[];
|
||||
kind?: string[];
|
||||
panel_type?: string;
|
||||
|
||||
Reference in New Issue
Block a user