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 && (