Removes the dismiss button from the pipeline header
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR removes the dismiss button from the alert in the pipeline header as we weren't actually able to dismiss it. The boring solution here is to remove the button that currently does nothing.
Note: The approach has changed somewhat since this MR opened, some of the earlier comments may be confusing.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Run locally
- Head over to
/flightjs/Flight/-/pipelines/219 - Open dev tools' network tab
- Find the call to the graphQL endpoint and right click >
Block URL - Reload the page
- Note the lack of button
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #347412 (closed)
Edited by Sam Beckham

