mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Clarify VPP app teams (#25111)
This commit is contained in:
parent
ece080fbe3
commit
645d4d8c25
2 changed files with 5 additions and 0 deletions
1
changes/21827-edit-vpp-teams
Normal file
1
changes/21827-edit-vpp-teams
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fleet UI: Clarify editing VPP teams will remove App Store apps available to team, not uninstalling apps from hosts.
|
||||
|
|
@ -202,6 +202,10 @@ const EditTeamsVppModal = ({
|
|||
<p>
|
||||
Edit teams for <b>{currentToken.org_name}</b>.
|
||||
</p>
|
||||
<p>
|
||||
If you remove a team, the App Store apps will be removed from that
|
||||
team. They won't be uninstalled from hosts.
|
||||
</p>
|
||||
<form onSubmit={onSave} className={baseClass} autoComplete="off">
|
||||
<TooltipWrapper
|
||||
position="top"
|
||||
|
|
|
|||
Loading…
Reference in a new issue