-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Posture] [Vulnerability Management] Add beta
tooltip info (findings page)
#155607
Conversation
…o (findings page) Co-authored-by: KlingerMatheus <[email protected]> Co-authored-by: gitstart_bot <[email protected]>
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
beta
tooltip info (findings page)beta
tooltip info (findings page)
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
@@ -59,6 +59,13 @@ export const Findings = () => { | |||
display: block; | |||
`} | |||
label="Beta" | |||
tooltipContent={ | |||
<FormattedMessage | |||
id="xpack.csp.findings.betaLabel" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Omolola-Akinleye can you double check the id is according to the i18n standards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kfirpeled This Id correctly adheres to i18n standard and passes the translations check.
Buildkite, test this |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: |
@elasticmachine run elasticsearch-ci/docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
This PR adds a tooltip for the
BETA
badge in the Security > Findings > Vulnerabilities Tab.Issue References
#155171
Video/Screenshot Demo
ELS-88-.Demo.mp4
This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.