mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PublicDashboards: change wording and FF to public preview state (#68262)
This commit is contained in:
committed by
GitHub
parent
b7c50b3be2
commit
11c388a10f
@@ -50,13 +50,13 @@ var (
|
||||
{
|
||||
Name: "publicDashboards",
|
||||
Description: "Enables public access to dashboards",
|
||||
State: FeatureStateAlpha,
|
||||
State: FeatureStateBeta,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
{
|
||||
Name: "publicDashboardsEmailSharing",
|
||||
Description: "Enables public dashboard sharing to be restricted to only allowed emails",
|
||||
State: FeatureStateAlpha,
|
||||
State: FeatureStateBeta,
|
||||
RequiresLicense: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
|
||||
@@ -5,8 +5,8 @@ live-service-web-worker,alpha,@grafana/grafana-app-platform-squad,false,false,fa
|
||||
queryOverLive,alpha,@grafana/grafana-app-platform-squad,false,false,false,true
|
||||
panelTitleSearch,beta,@grafana/grafana-app-platform-squad,false,false,false,false
|
||||
prometheusAzureOverrideAudience,beta,@grafana/observability-metrics,false,false,false,false
|
||||
publicDashboards,alpha,@grafana/dashboards-squad,false,false,false,false
|
||||
publicDashboardsEmailSharing,alpha,@grafana/dashboards-squad,false,true,false,false
|
||||
publicDashboards,beta,@grafana/dashboards-squad,false,false,false,false
|
||||
publicDashboardsEmailSharing,beta,@grafana/dashboards-squad,false,true,false,false
|
||||
lokiLive,alpha,@grafana/observability-logs,false,false,false,false
|
||||
featureHighlights,stable,@grafana/grafana-as-code,false,false,false,false
|
||||
migrationLocking,beta,@grafana/backend-platform,false,false,false,false
|
||||
|
||||
|
Reference in New Issue
Block a user