-
Notifications
You must be signed in to change notification settings - Fork 60
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 inconsistent help menu #139
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## 2.11.1 #139 +/- ##
=======================================
Coverage 66.82% 66.82%
=======================================
Files 3284 3284
Lines 63180 63184 +4
Branches 10051 10052 +1
=======================================
+ Hits 42221 42225 +4
+ Misses 18481 18480 -1
- Partials 2478 2479 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Description
This PR modifies the help menu, to be updated to the current requirements, and to avoid the inconsistency and duplication that occured previously
Issues Resolved
wazuh/wazuh-dashboard-plugins#6368
Evidence
Test
Verify that the help menu has the correct icons and links.
Note: it is possible to run
yarn opensearch snapshot
in the repo before runningyarn start
, this will bring up an Opensearch instance that works with the dev environments.Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr