Skip to content

Use gl-table-lite instead of gl-table in integrations table component

Rahul Chanila requested to merge integrations-table-gl-table-lite into master

What does this MR do and why?

gl-table-lite can be used here since we do not use sorting/filtering functionality.

This should reduce the bundle size as well.

Updates corresponding unit test (integrations_table_spec.js) as well

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No changes

How to set up and validate locally

  1. Visit Project > Settings > Integrations
  2. Enable any integration
  3. Confirm two tables are rendered
  4. Visit Group > Settings > Integrations
  5. Enable any integration
  6. Confirm two tables are rendered
Edited by Rahul Chanila

Merge request reports