DashboardScene: Simplify controls a bit (#82908)

* DashboardScene: Simplify controls a bit

* update tests

* more test updates

* Update

* improvements

* Fix

* Fix merge

* Update

* update
This commit is contained in:
Torkel Ödegaard
2024-02-20 08:43:02 +01:00
committed by GitHub
parent 57499845c2
commit 6db2d1a411
17 changed files with 115 additions and 331 deletions

View File

@@ -75,7 +75,7 @@ export interface DashboardSceneState extends SceneObjectState {
/** NavToolbar actions */
actions?: SceneObject[];
/** Fixed row at the top of the canvas with for example variables and time range controls */
controls?: SceneObject[];
controls?: DashboardControls;
/** True when editing */
isEditing?: boolean;
/** True when user made a change */