Skip to content

Starts adding the dashboard page view

Sam Beckham requested to merge 6709-group-security-dashboard-list-fe-ee into master

What does this MR do?

Adds in the security dashboard at a basic level at /groups/[group-name]/-/security/dashboard. There is currently no link to this page as it's not in a releasable state at the moment.

In this first iteration, it sets the ground-work required for the rest of the security dashboard. It pulls in the vulnerabilities and renders them in a list. Pagination, loading states, and all the necessary vue/vuex stuff is in there, but that's about it at this stage.

image image

What are the relevant issue numbers?

#6709 (closed)

Does this MR meet the acceptance criteria?

Edited by Sam Beckham

Merge request reports