Add Pagination to Security Inventory Page
Related issue: #534428 (closed)
What does this MR do and why?
This MR introduces a "Load More" button to the Security Inventory page, enabling users to fetch additional subgroups and projects dynamically.
References
Screenshots or screen recordings
How to set up and validate locally
- Enable FF:
Feature.enable(:security_inventory_dashboard, group).- To get the group parameter, use
group = Group.find(33)with any group ID.
- To get the group parameter, use
- Visit the inventory page for that group: http://gdk.test:3000/groups/flightjs/-/security/inventory
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Dheeraj Joshi
