grafana/public/app/features/datasources/pages
mikkancso 913cb17eac
Connections: Fix minor issues around Your connections/Data sources page (#63801)
* Connections: redirects to data sources

If Data sources page is the only child of Your connections, then the
NavLandingPage doesn't really make sense.

* DataSourcesList: do not show add button twice

If there are no data sources configured, then the DataSourcesList page
shows a large CTA to add a data source. Therefore, the add new data
source button in the header is redundant, let's remove it from there
in this case.

* DataSources: redirect to Connections after delete

The primary place of the DataSourceList page is under Connections,
provided that the `dataConnectionsConsole` feature is turned on.
Therefore, let's redirect there after deleting a data source.
2023-03-01 08:23:08 +01:00
..
DataSourceDashboardsPage.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
DataSourceDashboardsPage.tsx use navId + pageNav on datasource pages (#54218) 2022-08-25 13:58:41 +01:00
DataSourcesListPage.test.tsx Connections: Fix minor issues around Your connections/Data sources page (#63801) 2023-03-01 08:23:08 +01:00
DataSourcesListPage.tsx Connections: Fix minor issues around Your connections/Data sources page (#63801) 2023-03-01 08:23:08 +01:00
EditDataSourcePage.test.tsx Datasource Onboarding: Prevent flickering of onboarding page after first load (#63360) 2023-02-24 11:48:30 +00:00
EditDataSourcePage.tsx use navId + pageNav on datasource pages (#54218) 2022-08-25 13:58:41 +01:00
NewDataSourcePage.tsx Datasources: New data source page should work with new nav (#55094) 2022-09-14 21:12:09 +02:00