Skip to content

Migrated css class table to gl-table in admin dashboard user stats

Ted Tran requested to merge gitlab-community/gitlab:migrate-gl-table into master

What does this MR do and why?

It replaces the css class table with gl-table inside of ee/app/views/admin/dashboard/_stats_users_table.html.haml and app/views/admin/dashboard/stats.html.haml.

Changing the first file changes "Breakdown of Billable users" and "Breakdown of Non-Billable users", while changing the second changes "Totals" in the screenshots below.

The table class is depreciated. Solves #432119 (closed)

Screenshots or screen recordings

Before:

before.png

After:

after.png

How to set up and validate locally

  1. Look at before/after
  2. Ensure pipelines pass

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 Ted Tran

Merge request reports