DashboardGrid: Add support to filter panels using variable (#77112)

* DashboardGrid panel filter

* Missed segment and changes per PR discussion

* Hide feature flag from docs

---------

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
Jacob Zelek
2023-11-03 05:15:54 -07:00
committed by GitHub
parent 577b3f2fb2
commit 6bf4d0cbc6
9 changed files with 237 additions and 19 deletions

View File

@@ -157,4 +157,5 @@ export interface FeatureToggles {
annotationPermissionUpdate?: boolean;
extractFieldsNameDeduplication?: boolean;
dashboardSceneForViewers?: boolean;
panelFilterVariable?: boolean;
}