grafana/public/app/features/connections/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
..
ConnectDataPage.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
DataSourceDashboardsPage.tsx Connections: Show the Dashboards tab under DataSource settings (#61841) 2023-01-23 13:25:42 +01:00
DataSourceDetailsPage.tsx Plugins: Make the Plugin Details page reusable (#58741) 2022-11-29 13:45:03 +01:00
DataSourcesListPage.tsx Connections: Fix minor issues around Your connections/Data sources page (#63801) 2023-03-01 08:23:08 +01:00
EditDataSourcePage.tsx Connections: Show the Dashboards tab under DataSource settings (#61841) 2023-01-23 13:25:42 +01:00
index.tsx Connections: Show the Dashboards tab under DataSource settings (#61841) 2023-01-23 13:25:42 +01:00
NewDataSourcePage.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00