mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:12:20 +08:00
DashboardScene: Viewer role only support (#76748)
* Allow starring DashboardScene * Add feature toggle to enable dashbaord scene for viewers * Basics for proxying viewers to a dashboard scene * Removed isHomeDashboard flag * Don't use proxy for rendering dashboard page * Revert "Don't use proxy for rendering dashboard page" This reverts commit 95836bdb2c33426db942825f4676ce5356965f9b. * Pre-fetch dashboard prior page rendering * Depend only on dashboard permissions * Update default home dashboard to proper model... * Fix breadcrumbs * Types update * Dashboards page proxy tests * Fix missing controls * URLs generation * DashboardScenePageStateManager caching test * Tests updates * Fix wrong import * Test update * Gen
This commit is contained in:
@ -162,6 +162,7 @@ Experimental features might be changed or removed without prior notice.
|
||||
| `alertmanagerRemoteOnly` | Disable the internal Alertmanager and only use the external one defined. |
|
||||
| `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 |
|
||||
|
||||
## Development feature toggles
|
||||
|
||||
|
Reference in New Issue
Block a user