mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Hosts page UI: Fix MDM tooltips (#9819)
- Switch **MDM status** and **MDM server URL** tooltips
This commit is contained in:
parent
f1227d7303
commit
b3f5683428
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue