Skip to content

Commit

Permalink
UI fixes to scoped software labels (#25094)
Browse files Browse the repository at this point in the history
relates to #25062, 25063

quick fixes for UI issues with scoped software via labels feature.

- [x] Manual QA for all new/changed functionality
  • Loading branch information
ghernandez345 authored Jan 2, 2025
1 parent bbc35cb commit f2a15bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions frontend/components/PlatformSelector/PlatformSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ export const PlatformSelector = ({
</Checkbox>
</span>
<div className="form-field__help-text">
To apply the profile to new hosts, you&apos;ll have to delete it and
upload a new profile.
Your policy will only run on the selected platform(s). Additionally, if
install software automation is enabled, it will run only on hosts
defined in the software scope.
</div>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.software-details-modal {
&__modal-content {
display: flex;
gap: $pad-xxlarge;
column-gap: $pad-xxlarge;
row-gap: $pad-xlarge;
flex-wrap: wrap;
}

.react-tooltip {
Expand Down

0 comments on commit f2a15bc

Please sign in to comment.