mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
move saved items feature behind separate feature toggle (#48117)
This commit is contained in:
@@ -226,5 +226,10 @@ var (
|
||||
Description: "Enable command palette",
|
||||
State: FeatureStateAlpha,
|
||||
},
|
||||
{
|
||||
Name: "savedItems",
|
||||
Description: "Enable Saved Items in the navbar.",
|
||||
State: FeatureStateAlpha,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
@@ -166,4 +166,8 @@ const (
|
||||
// FlagCommandPalette
|
||||
// Enable command palette
|
||||
FlagCommandPalette = "commandPalette"
|
||||
|
||||
// FlagSavedItems
|
||||
// Enable Saved Items in the navbar.
|
||||
FlagSavedItems = "savedItems"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user