Replaced GLTable with GLTableLite for the vulnerability detail modal
What does this MR do and why?
This MR solves: #342309 (closed)
It replaces the GlTable with the GlTableLite component, since it does qualify for it. This is a performance Improvement, to reduce bundle-size it does not affect any functionality.
This MR does not reduce the page-bundle size yet because there are other GlTable Components on the Page which will be handled in further MR's.
Screenshots or screen recordings
No visual changes |
---|
How to set up and validate locally
- You need a Project with security scanners configured and vulns found (Example Project: https://gitlab.com/gitlab-examples/security/security-reports)
- http://gitlab.localdev:3000/
GROUP/
PROJECT/-/pipelines - Open a Pipeline with a security tab
- click on one of the vulnerabilities will open the modal
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Jannik Lehmann