From b3f568342865f1946ae703d58e8d99cea6016796 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:50:10 -0500 Subject: [PATCH] Hosts page UI: Fix MDM tooltips (#9819) - Switch **MDM status** and **MDM server URL** tooltips --- frontend/pages/hosts/ManageHostsPage/HostTableConfig.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/pages/hosts/ManageHostsPage/HostTableConfig.tsx b/frontend/pages/hosts/ManageHostsPage/HostTableConfig.tsx index d40c54a350..8c8df11d97 100644 --- a/frontend/pages/hosts/ManageHostsPage/HostTableConfig.tsx +++ b/frontend/pages/hosts/ManageHostsPage/HostTableConfig.tsx @@ -372,8 +372,8 @@ const allHostTableHeaders: IDataColumn[] = [ const titleWithToolTip = ( - To filter by MDM server URL, head to the Dashboard page. + Settings can be updated remotely on hosts with MDM turned on.
+ To filter by MDM status, head to the Dashboard page. `} > MDM status @@ -396,8 +396,8 @@ const allHostTableHeaders: IDataColumn[] = [ const titleWithToolTip = ( - To filter by MDM status, head to the Dashboard page. + The MDM server that updates settings on the host.
+ To filter by MDM server URL, head to the Dashboard page. `} > MDM server URL