mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Public Dashboards: disable dev mode required (#51646)
This commit is contained in:
parent
ab6a609c32
commit
03c13742ac
@ -97,10 +97,9 @@ var (
|
||||
RequiresDevMode: true,
|
||||
},
|
||||
{
|
||||
Name: "publicDashboards",
|
||||
Description: "enables public access to dashboards",
|
||||
State: FeatureStateAlpha,
|
||||
RequiresDevMode: true,
|
||||
Name: "publicDashboards",
|
||||
Description: "enables public access to dashboards",
|
||||
State: FeatureStateAlpha,
|
||||
},
|
||||
{
|
||||
Name: "lokiLive",
|
||||
|
Loading…
Reference in New Issue
Block a user