Skip to content

Commit

Permalink
feat(THEEDGE-3585): fixes immutable tab space (#2064)
Browse files Browse the repository at this point in the history
Fixes the space between the tab and toolbar so it's the same as used in conventional tab.

FIXES: https://issues.redhat.com/browse/THEEDGE-3585
  • Loading branch information
ldjebran authored Oct 20, 2023
1 parent b5299c0 commit 81f6cd5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/components/InventoryGroups/Modals/AddSystemsToGroupModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,14 @@ const AddSystemsToGroupModal = ({
eventKey={1}
title={<TabTitleText>Immutable (OSTree)</TabTitleText>}
>
<ImmutableDevicesView
skeletonRowQuantity={15}
hasCheckbox={true}
isSystemsView={false}
selectedItems={setSelectedImmutableDevices}
/>
<section className={'pf-c-toolbar'}>
<ImmutableDevicesView
skeletonRowQuantity={15}
hasCheckbox={true}
isSystemsView={false}
selectedItems={setSelectedImmutableDevices}
/>
</section>
</Tab>
</Tabs>
) : (
Expand Down

0 comments on commit 81f6cd5

Please sign in to comment.