[v10.0.x] Remove no-data source screen (#68623)

Dashboards: Remove no-data source screen (#68574)

* Dashboards: Remove non-ds configured landing page

* Remove `datasourceOnboarding` feature toggle

(cherry picked from commit 1505a188eb)

Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2023-05-17 15:51:31 +03:00
committed by GitHub
co-authored by Ivan Ortega Alba
parent feb94ac72f
commit e2fbb6ef97
9 changed files with 1 additions and 340 deletions
-6
View File
@@ -284,12 +284,6 @@ var (
State: FeatureStateAlpha,
Owner: grafanaObservabilityLogsSquad,
},
{
Name: "datasourceOnboarding",
Description: "Enable data source onboarding page",
State: FeatureStateAlpha,
Owner: grafanaDashboardsSquad,
},
{
Name: "emptyDashboardPage",
Description: "Enable the redesigned user interface of a dashboard page that includes no panels",
-1
View File
@@ -41,7 +41,6 @@ accessControlOnCall,beta,@grafana/grafana-authnz-team,false,false,false,false
nestedFolders,beta,@grafana/backend-platform,false,false,false,false
accessTokenExpirationCheck,stable,@grafana/grafana-authnz-team,false,false,false,false
showTraceId,alpha,@grafana/observability-logs,false,false,false,false
datasourceOnboarding,alpha,@grafana/dashboards-squad,false,false,false,false
emptyDashboardPage,stable,@grafana/dashboards-squad,false,false,false,true
authnService,alpha,@grafana/grafana-authnz-team,false,false,false,false
disablePrometheusExemplarSampling,stable,@grafana/observability-metrics,false,false,false,false
1 Name State Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
41 nestedFolders beta @grafana/backend-platform false false false false
42 accessTokenExpirationCheck stable @grafana/grafana-authnz-team false false false false
43 showTraceId alpha @grafana/observability-logs false false false false
datasourceOnboarding alpha @grafana/dashboards-squad false false false false
44 emptyDashboardPage stable @grafana/dashboards-squad false false false true
45 authnService alpha @grafana/grafana-authnz-team false false false false
46 disablePrometheusExemplarSampling stable @grafana/observability-metrics false false false false
-4
View File
@@ -175,10 +175,6 @@ const (
// Show trace ids for requests
FlagShowTraceId = "showTraceId"
// FlagDatasourceOnboarding
// Enable data source onboarding page
FlagDatasourceOnboarding = "datasourceOnboarding"
// FlagEmptyDashboardPage
// Enable the redesigned user interface of a dashboard page that includes no panels
FlagEmptyDashboardPage = "emptyDashboardPage"