DashboardSave: use a feature flag for drawer behavior (#46972)

This commit is contained in:
Ryan McKinley
2022-03-30 10:07:41 -07:00
committed by GitHub
parent f486b54b84
commit edf384c730
11 changed files with 186 additions and 9 deletions

View File

@@ -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",