Update copy to indicate that iOS/iPadOS work with vitals labels (#33919)

For #32072. Should be cherry-picked to 4.75 since that's where the
support was added.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

## Testing

- [x] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [x] Confirmed that the fix is not expected to adversely impact load
test results
This commit is contained in:
Ian Littman 2025-10-07 06:07:51 -05:00 committed by GitHub
parent e8bcd480fc
commit 153301e892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
* Added support for assigning host labels based on idP attributes for iOS and iPadOS hosts

View file

@ -455,8 +455,8 @@ const NewLabelPage = ({
/>
</span>
<span className="form-field__help-text">
Currently, label criteria can be IdP group or department on macOS
and Android hosts.
Currently, label criteria can be IdP group or department on macOS,
iOS, iPadOS, and Android hosts.
</span>
</div>
);