Skip to content

Add a new table_utility for header width and apply it to admin/users_table

What does this MR do and why?

  • Add a new table_utility for header width. The new one does not include DEFAULT_TH_CLASSES which are no longer needed with .gl-table.
  • Mark the old one as deprecated.
  • Update admin/users_table to use thWidthPercent

Screenshots or screen recordings

Before After
Admin_users_table_before Admin_users_table_after

How to set up and validate locally

  1. Go to Admin > Users. For example, http://127.0.0.1:3000/admin/users.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #362362

Merge request reports