Mark row header cells in Google Cloud configuration
What does this MR do and why?
Mark row header cells in Google Cloud configuration.
- Follows https://www.w3.org/WAI/tutorials/tables/two-headers/#table-with-header-cells-in-the-top-row-and-first-column
- Uses
isRowHeaderper https://design.gitlab.com/storybook/?path=/docs/base-table-table--docs#field-definition-reference
References
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/511743
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Enable
google_oauth2in GDK: https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/185d10a7cac026689e47b3e6d98ed6af866f7a38/doc/howto/google-oauth2.md - Visit a project that you're an owner or maintainer
- Go to Operate > Google Cloud
- Configure a region to see it in the “Regions” table
- (For the service account table, the easiest is to manually change
app/assets/javascripts/google_cloud/service_accounts/list.vueto show fake data)
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Pedro Moreira da Silva

