mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PublicDashboards: Remove dev mode for share by email toggle (#64330)
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9b6e531549
commit
1a5ab1b308
@@ -74,10 +74,9 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "publicDashboardsEmailSharing",
|
||||
Description: "Allows public dashboard sharing to be restricted to only allowed emails",
|
||||
Description: "Enables public dashboard sharing to be restricted to only allowed emails",
|
||||
State: FeatureStateAlpha,
|
||||
RequiresLicense: true,
|
||||
RequiresDevMode: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -52,7 +52,7 @@ const (
|
||||
FlagPublicDashboards = "publicDashboards"
|
||||
|
||||
// FlagPublicDashboardsEmailSharing
|
||||
// Allows public dashboard sharing to be restricted to only allowed emails
|
||||
// Enables public dashboard sharing to be restricted to only allowed emails
|
||||
FlagPublicDashboardsEmailSharing = "publicDashboardsEmailSharing"
|
||||
|
||||
// FlagLokiLive
|
||||
|
||||
Reference in New Issue
Block a user