[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
@@ -60,7 +60,6 @@ export interface FeatureToggles {
nestedFolders?: boolean;
accessTokenExpirationCheck?: boolean;
showTraceId?: boolean;
datasourceOnboarding?: boolean;
emptyDashboardPage?: boolean;
authnService?: boolean;
disablePrometheusExemplarSampling?: boolean;