DashboardScene: Adds solo page that uses dasboarde scene to render single panel (#77940)

* DashboardScene: Adds solo page that uses dasboarde scene to render single panel

* Update

* Panel and row repeats working

* Update

* added e2e tests

* Refactor

* Fixes

* Fix e2e

* fix

* fix

* fix
This commit is contained in:
Torkel Ödegaard
2024-02-11 09:08:47 +01:00
committed by GitHub
parent 02c0f5929c
commit fe6d1460b0
11 changed files with 215 additions and 12 deletions

View File

@@ -146,6 +146,7 @@ export interface FeatureToggles {
annotationPermissionUpdate?: boolean;
extractFieldsNameDeduplication?: boolean;
dashboardSceneForViewers?: boolean;
dashboardSceneSolo?: boolean;
dashboardScene?: boolean;
panelFilterVariable?: boolean;
pdfTables?: boolean;