Refactor Tooltip Wrapper (#13845)
This commit is contained in:
+11
-1
@@ -152,7 +152,17 @@ const generateTableHeaders = (
|
||||
Header: () => {
|
||||
return (
|
||||
<div>
|
||||
<TooltipWrapper tipContent="This is the average performance<br />impact across all hosts where<br />this query was scheduled.">
|
||||
<TooltipWrapper
|
||||
tipContent={
|
||||
<>
|
||||
This is the average performance
|
||||
<br />
|
||||
impact across all hosts where
|
||||
<br />
|
||||
this query was scheduled.
|
||||
</>
|
||||
}
|
||||
>
|
||||
Performance impact
|
||||
</TooltipWrapper>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user