Skip to content

Modify breadcrumbs text on the creation of new entities page

  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

Modify breadcrumbs text to be more intuitive on the creation of new entities page

Related to: #432868

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
tags_before image
releases_before image
Screenshot_2024-04-22_at_4.12.04_PM image

How to set up and validate locally

  1. Visit http://127.0.0.1:3000/flightjs/Flight/-/environments/new and breadcrumbs should now show 'New Environment'
  2. Visit http://127.0.0.1:3000/flightjs/Flight/-/tags/new and breadcrumbs should now show 'New Tag'
  3. Visit http://127.0.0.1:3000/flightjs/Flight/-/releases/new and breadcrumbs should now show 'New Release'
Edited by Justin Zeng

Merge request reports