mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
fixed tooltip for pack queries table (#4647)
This commit is contained in:
parent
7af5f3bcbd
commit
4646dd2613
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ const generateTableHeaders = (
|
|||
return (
|
||||
<div className="column-with-tooltip">
|
||||
<span className="queries-table__performance-impact-header">
|
||||
<TooltipWrapper tipContent="This is the average performance impact across all hosts where 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>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue