Refactor Tooltip Wrapper (#13845)

This commit is contained in:
Jacob Shandling
2023-11-07 13:15:49 -08:00
committed by GitHub
parent b112505bf1
commit bf8504a028
71 changed files with 735 additions and 544 deletions
@@ -399,7 +399,13 @@ const SelectTargets = ({
{onlinePercentage()}
% 
<TooltipWrapper
tipContent={`Hosts are online if they<br /> have recently checked <br />into Fleet.`}
tipContent={
<>
Hosts are online if they <br />
have recently checked <br />
into Fleet.
</>
}
>
online
</TooltipWrapper>