Skip to content

Commit

Permalink
fix: Show CentOS system in the groups views
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored and johnsonm325 committed Oct 13, 2023
1 parent 2922e1b commit 7a5006b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GroupSystems/GroupSystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const GroupSystems = ({ groupName, groupId }) => {
bulkSelect={bulkSelectConfig}
showTags
ref={inventory}
showCentosVersions
/>
)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const AddSystemsToGroupModal = ({
bulkSelect={bulkSelectConfig}
initialLoading={true}
showTags
showCentosVersions
/>
</Modal>
</>
Expand Down

0 comments on commit 7a5006b

Please sign in to comment.