mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
e8bcd480fc
commit
153301e892
2 changed files with 3 additions and 2 deletions
1
changes/32072-ios-idp-labels
Normal file
1
changes/32072-ios-idp-labels
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Added support for assigning host labels based on idP attributes for iOS and iPadOS hosts
|
||||
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue