Use gl-table-lite instead of gl-table in integrations table component
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
- Visit
Project > Settings > Integrations
- Enable any integration
- Confirm two tables are rendered
- Visit
Group > Settings > Integrations
- Enable any integration
- Confirm two tables are rendered
Edited by Rahul Chanila