grafana/public/app/features/connections
Levente Balogh cf650c9349
Connections: Fix route-guards (#62771)
* fix: use case-sensitive routes for Connections

The reason to do this is to have the backend route-guards work properly.
(The backend route guards are case-sensitive, thus if the FE would serve
the case-insensitive version, then the backend route guards could be bypassed.)

* tests: update the tests
2023-02-03 09:00:30 +01:00
..
__mocks__ Docs: Update wording / text and copy (#61868) 2023-01-30 15:26:21 +00:00
components/ConnectionsRedirectNotice Connections: Update redirect alert message (#61152) 2023-01-11 11:41:19 +01:00
hooks Connections: Show the Dashboards tab under DataSource settings (#61841) 2023-01-23 13:25:42 +01:00
pages Connections: Show the Dashboards tab under DataSource settings (#61841) 2023-01-23 13:25:42 +01:00
tabs/ConnectData Connections: update the style of the cards (#61989) 2023-01-24 16:22:46 +01:00
Connections.test.tsx Connections: Fix route-guards (#62771) 2023-02-03 09:00:30 +01:00
Connections.tsx Connections: Fix route-guards (#62771) 2023-02-03 09:00:30 +01:00
constants.ts Connections: Show the Dashboards tab under DataSource settings (#61841) 2023-01-23 13:25:42 +01:00
routes.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00