Skip to content

Commit

Permalink
feat: [Cloud Posture] [Vulnerability Management] Add beta tooltip inf…
Browse files Browse the repository at this point in the history
…o (findings page)

Co-authored-by: KlingerMatheus <[email protected]>
Co-authored-by: gitstart_bot <[email protected]>
  • Loading branch information
3 people committed Apr 24, 2023
1 parent f5034e6 commit a2ac0fa
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ export const Findings = () => {
display: block;
`}
label="Beta"
tooltipContent={
<FormattedMessage
id="xpack.csp.findings.betaLabel"
defaultMessage="This functionality is in beta and is subject to change. The design and code is less mature than official generally available features and is being provided as-is with no warranties. Beta features are not subject to the support service level agreement of official generally available features."
/>
}
tooltipPosition="bottom"
/>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit a2ac0fa

Please sign in to comment.