Ensure admin subscripton page tables have row headers
What does this MR do and why?
Ensure admin subscripton page tables have row headers
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
- #511867
- #499697 (closed)
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
N/A, no change
How to set up and validate locally
- Check out this branch
- In the GDK, visit http://gdk.test:3000/admin/subscription
- Use devtools to inspect the Subscription details, Licensed to and Subscription history tables
- you will see that the first cell in each row in these 3 tables is now properly a
<th scope="row"...>element.