wazuh-dashboard-plugins
wazuh-dashboard-plugins copied to clipboard
Fix inventory table fullscreen styles
Description
This pull request fixes vulnerabilities inventory table fullscreen styles and restores dev tools console font size to 4.7.x Wazuh dashboard version dev tools font size (14.5px).
Issues Resolved
Closes #6645
Evidence
Vulnerabilities inventory table full screen
** Docked navigation bar **
** Undocked navigation bar **
Dev tools font size
Test
Vulnerabilities inventory table full screen
-
Generate at least 1000 vulnerability events
-
Go to Vulnerabilities / Inventory
-
With docked side navigation bar
- Test all pages size: 20, 50, 100
- Whenever it's needed, the table should have a vertical scrollbar the size of the table container
- The width should adjust to the horizontal available space excluding the side navigation bar
Docked test example
-
Without docked side navigation bar
- Test all pages size: 20, 50, 100
- Whenever it's needed, the table should have a vertical scrollbar the size of the table container
- The width should adjust to the horizontal available space to all the viewport width
Undocked test example
Dev tools font size
- Check the dev tools console font size is 14.5px
Check List
- [x] All tests pass
- [x]
yarn test:jest
- [x]
- [ ] New functionality includes testing.
- [ ] New functionality has been documented.
- [x] Update CHANGELOG.md
- [x] Commits are signed per the DCO using --signoff
Test
Vulnerabilities inventory table full screen
-
Generate at least 1000 vulnerability events
-
Go to Vulnerabilities / Inventory
-
🟢 With docked side navigation bar
- Test all pages size: 20, 50, 100
- Whenever it's needed, the table should have a vertical scrollbar the size of the table container
- The width should adjust to the horizontal available space excluding the side navigation bar
Docked test
Uploading Screen Recording 2024-05-08 at 10.38.50 AM.mov…
- 🟢 Without docked side navigation bar
- Test all pages size: 20, 50, 100
- Whenever it's needed, the table should have a vertical scrollbar the size of the table container
- The width should adjust to the horizontal available space to all the viewport width
Undocked test
Uploading Screen Recording 2024-05-08 at 10.39.51 AM.mov…
🟡 Dev tools font size
- Check the dev tools console font size is 14.5px
in safari has 14px
Wazuh Core plugin code coverage (Jest) test | % | values |
---|---|---|
Statements | 20.94% | ( 187 / 893 ) |
Branches | 17.91% | ( 79 / 441 ) |
Functions | 13.79% | ( 36 / 261 ) |
Lines | 21.14% | ( 184 / 870 ) |
Wazuh Check Updates plugin code coverage (Jest) test | % | values |
---|---|---|
Statements | 76.78% | ( 172 / 224 ) |
Branches | 58.65% | ( 61 / 104 ) |
Functions | 61.7% | ( 29 / 47 ) |
Lines | 76.78% | ( 172 / 224 ) |
Main plugin code coverage (Jest) test | % | values |
---|---|---|
Statements | 12.19% | ( 4234 / 34727 ) |
Branches | 8.28% | ( 1928 / 23280 ) |
Functions | 11.58% | ( 959 / 8277 ) |
Lines | 12.36% | ( 4122 / 33330 ) |