add back profile aggregate to UI (#11004)
relates to #9640 quick PR to add back the profile aggregate UI.
This commit is contained in:
@@ -48,9 +48,7 @@ const MacOSSettings = ({ params }: IMacOSSettingsProps) => {
|
||||
<p className={`${baseClass}__description`}>
|
||||
Remotely enforce settings on macOS hosts assigned to this team.
|
||||
</p>
|
||||
{/* {profiles && <AggregateMacSettingsIndicators teamId={teamId} />}
|
||||
TODO: Enable when the feature is ready
|
||||
*/}
|
||||
{profiles && <AggregateMacSettingsIndicators teamId={teamId} />}
|
||||
<SideNav
|
||||
className={`${baseClass}__side-nav`}
|
||||
navItems={MAC_OS_SETTINGS_NAV_ITEMS}
|
||||
|
||||
@@ -367,6 +367,7 @@ const ManageHostsPage = ({
|
||||
page: tableQueryData ? tableQueryData.pageIndex : 0,
|
||||
perPage: tableQueryData ? tableQueryData.pageSize : 50,
|
||||
device_mapping: true,
|
||||
macSettingsStatus,
|
||||
},
|
||||
],
|
||||
({ queryKey }) => hostsAPI.loadHosts(queryKey[0]),
|
||||
@@ -402,6 +403,7 @@ const ManageHostsPage = ({
|
||||
osVersion,
|
||||
page: tableQueryData ? tableQueryData.pageIndex : 0,
|
||||
perPage: tableQueryData ? tableQueryData.pageSize : 50,
|
||||
macSettingsStatus,
|
||||
},
|
||||
],
|
||||
({ queryKey }) => hostCountAPI.load(queryKey[0]),
|
||||
|
||||
Reference in New Issue
Block a user