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
Screenshot_2025-03-06_at_3.35.28_PM Screenshot_2025-03-06_at_3.35.45_PM

Relevant links

Implementation plan

TBD