From 645d4d8c256d2974da8d5c55b14868d3f3e8f38c Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:31:25 -0500 Subject: [PATCH] Fleet UI: Clarify VPP app teams (#25111) --- changes/21827-edit-vpp-teams | 1 + .../components/EditTeamsVppModal/EditTeamsVppModal.tsx | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 changes/21827-edit-vpp-teams diff --git a/changes/21827-edit-vpp-teams b/changes/21827-edit-vpp-teams new file mode 100644 index 0000000000..aca883e02f --- /dev/null +++ b/changes/21827-edit-vpp-teams @@ -0,0 +1 @@ +- Fleet UI: Clarify editing VPP teams will remove App Store apps available to team, not uninstalling apps from hosts. diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/VppPage/components/EditTeamsVppModal/EditTeamsVppModal.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/VppPage/components/EditTeamsVppModal/EditTeamsVppModal.tsx index 029380e60e..27e2d1a425 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/VppPage/components/EditTeamsVppModal/EditTeamsVppModal.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/VppPage/components/EditTeamsVppModal/EditTeamsVppModal.tsx @@ -202,6 +202,10 @@ const EditTeamsVppModal = ({

Edit teams for {currentToken.org_name}.

+

+ If you remove a team, the App Store apps will be removed from that + team. They won't be uninstalled from hosts. +