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

image.png

load_more.mov

How to set up and validate locally

  1. Enable FF: Feature.enable(:security_inventory_dashboard, group).
    1. To get the group parameter, use group = Group.find(33) with any group ID.
  2. 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

Merge request reports

Loading