grafana/public/app/features/datasources
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
..
__mocks__ Docs: Update wording / text and copy (#61868) 2023-01-30 15:26:21 +00:00
components Datasource Onboarding: Prevent flickering of onboarding page after first load (#63360) 2023-02-24 11:48:30 +00:00
pages Connections: Fix minor issues around Your connections/Data sources page (#63801) 2023-03-01 08:23:08 +01:00
state Connections: Fix minor issues around Your connections/Data sources page (#63801) 2023-03-01 08:23:08 +01:00
api.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
api.ts DataSources: refactor datasource pages to be reusable (#51874) 2022-07-20 09:25:09 +02:00
constants.ts Data Connections: Add data sources (#52436) 2022-07-25 14:29:21 +02:00
tracking.ts Datasources: Add optional tracking for datasources list viewed (#62949) 2023-02-06 14:57:55 +01:00
types.ts Data Connections: Add data sources (#52436) 2022-07-25 14:29:21 +02:00
utils.test.ts grafana/data: Move getPanelOptionsWithDefaults from core (#60813) 2022-12-29 05:48:22 -08:00
utils.ts Connections: Update "Your connections/Data sources" page (#58589) 2022-11-30 09:41:01 +01:00