Geo Replication List: Make title more readable
Why are we doing this work
Currently, in the list view we represent each list item as their GraphQL Global ID. This is a bit mouthy and could be cleanup to include only the important parts which are the Registry/Registry ID. We have all the needed information to build this currently in the UI we just need to use the correct fields.
-
GID:
gid://gitlab/Geo::UploadRegistry/4 -
Registry/Registry ID:
Geo::UploadRegistry/4
UI Proposal
| Current | Proposed |
|---|---|
![]() |
![]() |
Relevant links
- Relevant conversation #515012 (comment 2381299044)
- Frontend code
geo_replicable_item.vue
Implementation plan
TBD

