Skip to content

Replaced GLTable with GLTableLite for the vulnerability detail modal

Jannik Lehmann requested to merge jnnkl-GlTableLite-vuln-table into master

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
Screenshot_2022-03-21_at_18.24.32

How to set up and validate locally

  1. You need a Project with security scanners configured and vulns found (Example Project: https://gitlab.com/gitlab-examples/security/security-reports)
  2. http://gitlab.localdev:3000/GROUP/PROJECT/-/pipelines
  3. Open a Pipeline with a security tab
  4. 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.

Edited by Jannik Lehmann

Merge request reports

Loading