-
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
[Session View] [8.2] beta label added to sessions tabs in timeline #129965
[Session View] [8.2] beta label added to sessions tabs in timeline #129965
Conversation
@@ -45,6 +47,7 @@ const TabNavigationItemComponent = ({ | |||
isSelected={isSelected} | |||
href={appHref} | |||
onClick={handleClick} | |||
append={isBeta && <EuiBetaBadge label={BETA} size="s" />} |
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.
Could you please add a unit test where make sure that the beta badge was added only if isBeta property is true?
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
…129965) * beta label added to sessions tabs in timeline * added test for isBeta * added test for isBeta * test revised Co-authored-by: mitodrummer <[email protected]> (cherry picked from commit bced9d2)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…129965) (#130015) * beta label added to sessions tabs in timeline * added test for isBeta * added test for isBeta * test revised Co-authored-by: mitodrummer <[email protected]> (cherry picked from commit bced9d2) Co-authored-by: Karl Godard <[email protected]>
Summary
Fixes: #129923
Adds a EuiBetaBadge to the new sessions tab in hosts page and the Session View tab in timeline.