Hosts page UI: Fix MDM tooltips (#9819)

- Switch **MDM status** and **MDM server URL** tooltips
This commit is contained in:
Noah Talerman 2023-02-14 11:50:10 -05:00 committed by GitHub
parent f1227d7303
commit b3f5683428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,8 +372,8 @@ const allHostTableHeaders: IDataColumn[] = [
const titleWithToolTip = (
<TooltipWrapper
tipContent={`
The MDM server that updates settings on the host.<br/>
To filter by MDM server URL, head to the Dashboard page.
Settings can be updated remotely on hosts with MDM turned on.<br/>
To filter by MDM status, head to the Dashboard page.
`}
>
MDM status
@ -396,8 +396,8 @@ const allHostTableHeaders: IDataColumn[] = [
const titleWithToolTip = (
<TooltipWrapper
tipContent={`
Settings can be updated remotely on hosts with MDM turned on.<br/>
To filter by MDM status, head to the Dashboard page.
The MDM server that updates settings on the host.<br/>
To filter by MDM server URL, head to the Dashboard page.
`}
>
MDM server URL