Skip to content

Commit

Permalink
adding tooltip back
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Dec 7, 2021
1 parent f57c627 commit 29f7359
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ export function AgentInstructionsAccordion({
'xpack.apm.fleetIntegration.apmAgent.runtimeAttachment.betaBadge.label',
{ defaultMessage: 'BETA' }
)}
tooltipContent={i18n.translate(
'xpack.apm.fleetIntegration.apmAgent.runtimeAttachment.betaBadge.tooltipContent',
{
defaultMessage:
'Auto-attachment for Java is not GA. Please help us by reporting any bugs.',
}
)}
/>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 29f7359

Please sign in to comment.