Skip to content

Commit

Permalink
Fix placement of "Integrations" button (#5497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople authored Nov 20, 2024
1 parent 6ea0944 commit 30c4464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/src/pages/systems/configure/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const ConfigureSystem: NextPage = () => {
{discoveryDetectionEnabled && (
<Button
size="small"
className="absolute right-0 top-1/2 -translate-y-1/2"
className="absolute right-2 top-2"
data-testid="integration-page-btn"
onClick={() => router.push(INTEGRATION_MANAGEMENT_ROUTE)}
>
Expand Down

0 comments on commit 30c4464

Please sign in to comment.