mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardSave: use a feature flag for drawer behavior (#46972)
This commit is contained in:
@@ -162,6 +162,11 @@ var (
|
||||
Description: "Lock database during migrations",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "saveDashboardDrawer",
|
||||
Description: "Use a drawer to show save dashboard dialog",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "storage",
|
||||
Description: "Configurable storage for dashboards, datasources, and resources",
|
||||
|
||||
Reference in New Issue
Block a user