From 153301e89291c873dc23001e00878eb3379b47f0 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 7 Oct 2025 06:07:51 -0500 Subject: [PATCH] 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 --- changes/32072-ios-idp-labels | 1 + frontend/pages/labels/NewLabelPage/NewLabelPage.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changes/32072-ios-idp-labels diff --git a/changes/32072-ios-idp-labels b/changes/32072-ios-idp-labels new file mode 100644 index 0000000000..f79ffd19e4 --- /dev/null +++ b/changes/32072-ios-idp-labels @@ -0,0 +1 @@ +* Added support for assigning host labels based on idP attributes for iOS and iPadOS hosts diff --git a/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx b/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx index 43571391ac..c75de9f633 100644 --- a/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx +++ b/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx @@ -455,8 +455,8 @@ const NewLabelPage = ({ /> - 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. );