Skip to content

Replace GlTable with GlTablelite for subscription-details

Jannik Lehmann requested to merge jnnkl-table-lite-subscription-details into master

What does this MR do and why?

This MR solves: #342283 (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_2021-11-11_at_21.57.30

How to set up and validate locally

  1. log in as root on your gdk
  2. go to http://gitlab.localdev:3000/admin/subscription
  3. see the table in action

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