From aa3cae53e7ad52e12a00df57c85dc4ad72bdbcac Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Thu, 11 Dec 2025 19:11:34 +0000 Subject: [PATCH] add ability to resend window profiles on host details and my device pages (#37043) **Related issue:** Resolves #35509 This adds the ability in the UI to resend windows profiles in the OS settings modal on both the host details and my device pages - [x] Changefile - [x] QA'd all new/changed functionality manually --- changes/issue-35509-ui-resend-window-profile | 1 + .../details/DeviceUserPage/DeviceUserPage.tsx | 5 ++++- .../HostDetailsPage/HostDetailsPage.tsx | 21 ++++++++++++------- .../OSSettingsTable/OSSettingsTableConfig.tsx | 7 ++++++- 4 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 changes/issue-35509-ui-resend-window-profile diff --git a/changes/issue-35509-ui-resend-window-profile b/changes/issue-35509-ui-resend-window-profile new file mode 100644 index 0000000000..ecdc8cc4b0 --- /dev/null +++ b/changes/issue-35509-ui-resend-window-profile @@ -0,0 +1 @@ +- add ability to resend windows profiles on the host details and my device pages diff --git a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx index 5fd00abada..072c812a97 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx +++ b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx @@ -33,6 +33,7 @@ import { isMacOS, isAppleDevice, isLinuxLike, + isWindows, } from "interfaces/platform"; import { IHostSoftware } from "interfaces/software"; import { ISetupStep } from "interfaces/setup"; @@ -822,7 +823,9 @@ const DeviceUserPage = ({ )} {!!host && showOSSettingsModal && ( { return ( @@ -1070,7 +1077,7 @@ const HostDetailsPage = ({ hostTeamId={host.team_id || 0} hostMdmEnrollmentStatus={host.mdm.enrollment_status} /> - {isDarwinHost && macadmins?.munki?.version && ( + {isMacOSHost && macadmins?.munki?.version && ( - {isDarwinHost && macadmins?.munki?.version && ( + {isMacOSHost && macadmins?.munki?.version && (