mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: remove dev-mode from the feature flag
This commit is contained in:
@@ -67,10 +67,9 @@ var (
|
|||||||
FrontendOnly: true,
|
FrontendOnly: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "panelTitleSearch",
|
Name: "panelTitleSearch",
|
||||||
Description: "Search for dashboards using panel title",
|
Description: "Search for dashboards using panel title",
|
||||||
State: FeatureStateAlpha,
|
State: FeatureStateAlpha,
|
||||||
RequiresDevMode: true, // only supported in dev mode right now
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "tempoSearch",
|
Name: "tempoSearch",
|
||||||
|
|||||||
Reference in New Issue
Block a user