Remove duplicate ci status

What does this MR do and why?

Fixes #494449 (closed) which was reported in slack.

There was an issue where a small green dot (legacy pipeline status) was getting rendered alongside another pipeline status. This issue was because a certain JS class js-ci-status-badge-legacy was not getting applied which our Vue app injection point was looking for to remove this element.

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

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

Before After
Screenshot_2024-09-25_at_10.56.43_AM Screenshot_2024-09-25_at_11.21.27_AM

How to set up and validate locally

  1. Verify only one pipeline status is rendered on blob view
  2. Verify that we can remove this old status and it will not break anything
Edited by Payton Burdette

Merge request reports

Loading