From 30c44648063eb2e6dd6d761bfb2b6b3bff045d25 Mon Sep 17 00:00:00 2001 From: jpople Date: Wed, 20 Nov 2024 00:52:06 -0600 Subject: [PATCH] Fix placement of "Integrations" button (#5497) --- CHANGELOG.md | 1 + clients/admin-ui/src/pages/systems/configure/[id].tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 743629d8bd..35821c616b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The types of changes are: - Fixed deletion of ConnectionConfigs that have related MonitorConfigs [#5478](https://github.com/ethyca/fides/pull/5478) - Fixed extra delete icon on Domains page [#5513](https://github.com/ethyca/fides/pull/5513) - Fixed incorrect display names on some D&D resources [#5498](https://github.com/ethyca/fides/pull/5498) +- Fixed position of "Integration" button on system detail page [#5497](https://github.com/ethyca/fides/pull/5497) ### Changed - Allow hiding systems via a `hidden` parameter and add two flags on the `/system` api endpoint; `show_hidden` and `dnd_relevant`, to display only systems with integrations [#5484](https://github.com/ethyca/fides/pull/5484) diff --git a/clients/admin-ui/src/pages/systems/configure/[id].tsx b/clients/admin-ui/src/pages/systems/configure/[id].tsx index dea773f590..220f444dc9 100644 --- a/clients/admin-ui/src/pages/systems/configure/[id].tsx +++ b/clients/admin-ui/src/pages/systems/configure/[id].tsx @@ -130,7 +130,7 @@ const ConfigureSystem: NextPage = () => { {discoveryDetectionEnabled && (