DashboardScene: Pass panel id to PanelProps.id (#77927)

* Panel props id

* Removing panel works

* Update
This commit is contained in:
Torkel Ödegaard
2023-11-13 09:51:21 +01:00
committed by GitHub
parent 2d391c1bf5
commit 4bc322ca1d
11 changed files with 101 additions and 10 deletions

View File

@ -161,6 +161,7 @@ Experimental features might be changed or removed without prior notice.
| `annotationPermissionUpdate` | Separate annotation permissions from dashboard permissions to allow for more granular control. |
| `extractFieldsNameDeduplication` | Make sure extracted field names are unique in the dataframe |
| `dashboardSceneForViewers` | Enables dashboard rendering using Scenes for viewer roles |
| `dashboardScene` | Enables dashboard rendering using scenes for all roles |
| `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards |
| `flameGraphItemCollapsing` | Allow collapsing of flame graph items |