-
Notifications
You must be signed in to change notification settings - Fork 181
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
Fix breadcrumb styles for Wazuh Dashboard based on OSD 2.3.x #4649
Fix breadcrumb styles for Wazuh Dashboard based on OSD 2.3.x #4649
Conversation
public/components/common/globalBreadcrumb/globalBreadcrumb.scss
Outdated
Show resolved
Hide resolved
I was looking at mimicking opensearch dashboard styles to do the breadcrumb, and found that the tooltip was looking different on one agent name than any other, so to maintain consistency and avoid DOM modifications as was being done, I matched the agent name tooltip to how the others looked. |
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.
public/components/common/globalBreadcrumb/globalBreadcrumb.scss
Outdated
Show resolved
Hide resolved
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.
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.
- Code review: ✔️
- Test: ✔️
Description
This PR resolves the breadcrumb style for OpenSearch 2.x.
Closes #4502
Evidence
Test
Go to the Wazuh plugin and navigate to For instance:
Modules > Integrity Monitoring
.Check List
yarn test:jest