wazuh-dashboard-plugins
wazuh-dashboard-plugins copied to clipboard
Added page scroll with many events in inventory table
Description
Change the truncated height to a min-height value.
Issues Resolved
- https://github.com/wazuh/wazuh-dashboard-plugins/issues/7049
Evidence
https://github.com/user-attachments/assets/129580a2-924e-4873-9bdd-c4f72b20b48d
Test
- [ ] Check that the inventory table render correctly the changes of selected rows per page
Check List
- [ ] All tests pass
- [ ]
yarn test:jest
- [ ]
- [ ] New functionality includes testing.
- [ ] New functionality has been documented.
- [ ] Update CHANGELOG.md
- [ ] Commits are signed per the DCO using --signoff
| Wazuh Core plugin code coverage (Jest) test | % | values |
|---|---|---|
| Statements | 45.5% | ( 400 / 879 ) |
| Branches | 41.09% | ( 157 / 382 ) |
| Functions | 43.87% | ( 136 / 310 ) |
| Lines | 45.69% | ( 398 / 871 ) |
| Wazuh Check Updates plugin code coverage (Jest) test | % | values |
|---|---|---|
| Statements | 76.44% | ( 172 / 225 ) |
| Branches | 58.65% | ( 61 / 104 ) |
| Functions | 61.7% | ( 29 / 47 ) |
| Lines | 76.44% | ( 172 / 225 ) |
| Main plugin code coverage (Jest) test | % | values |
|---|---|---|
| Statements | 14.11% | ( 4174 / 29576 ) |
| Branches | 9.23% | ( 1778 / 19259 ) |
| Functions | 13.81% | ( 986 / 7139 ) |
| Lines | 14.3% | ( 4071 / 28462 ) |
I will close this pull request in favor of this one:
- https://github.com/wazuh/wazuh-dashboard-plugins/pull/7118