mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
UI –Restore missing tooltips (#18598)
This commit is contained in:
parent
61e3e0c8ab
commit
ea86f9ed0f
2 changed files with 3 additions and 1 deletions
2
changes/18597-missing-tooltips
Normal file
2
changes/18597-missing-tooltips
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
* Restore missing tooltips when hovering over the disabled "Calendar events" manage automations
|
||||
dropdown option.
|
||||
|
|
@ -794,7 +794,7 @@ const ManagePolicyPage = ({
|
|||
value: "calendar_events",
|
||||
disabled: !isPremiumTier || isAllTeams,
|
||||
helpText: "Automatically reserve time to resolve failing policies.",
|
||||
disabledTooltipContent,
|
||||
tooltipContent: disabledTooltipContent,
|
||||
},
|
||||
{
|
||||
label: "Other workflows",
|
||||
|
|
|
|||
Loading…
Reference in a new issue