grafana/public/app/features/connections/pages
Levente Balogh 4def287e62
Connections: Show the Dashboards tab under DataSource settings (#61841)
* fix: use the correct URL for editing datasource dashboards

* feat: show the Datasource/Dashboards page under Connections as well

* refactor: remove unnecessary `useNavModel()` utility

* feat: add a utility for creating the nav-model for DS settings tabs

* refactor: use nav-model crating utility in Edit Datasource
2023-01-23 13:25:42 +01:00
..
ConnectDataPage.tsx
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 DataSources: fix DataSourceAddButton component (#60176) 2022-12-15 09:25:03 +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