grafana/public/app/features/connections
mikkancso 8e8f498674
Connections: Add redirect notice for datasources and plugins pages (#61037)
* add redirect notice for datasources and plugins pages

* do not depend on the internal implementation of Alert

The deleted css piece was problematic because it relied on the internals
of Alert.
If we don't remove that padding, then the Alert looks a bit off, so I
added some title to the Alert to look better.

This way the Connections LinkButton is not vertically aligned to the
center, but this is the closest we can get to the designed alert without
doing hacks and reimplementing the Alert component.
2023-01-06 09:00:29 +01:00
..
__mocks__ Chore: Update version (#58750) 2022-11-15 10:03:05 -03:00
components/ConnectionsRedirectNotice Connections: Add redirect notice for datasources and plugins pages (#61037) 2023-01-06 09:00:29 +01:00
hooks refactor: rename Data Connections to Connections (#56353) 2022-10-05 09:56:58 +02:00
pages DataSources: fix DataSourceAddButton component (#60176) 2022-12-15 09:25:03 +01:00
tabs/ConnectData Connections: Show only data source plugins on Connect Data page (#60523) 2023-01-04 10:45:50 +01:00
Connections.test.tsx Connections: Render a landing page for pages without actual content (#60369) 2022-12-16 11:00:35 +01:00
Connections.tsx Connections: Render a landing page for pages without actual content (#60369) 2022-12-16 11:00:35 +01:00
constants.ts Connections: Update datasource details url (#60521) 2023-01-03 13:57:16 +01:00
routes.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00