Skip to content

Only show icon for limitations when above 100 failed jobs

Marcel van Remmerden requested to merge hide-many-jobs-icon into master

What does this MR do and why?

In the "Show failed jobs" widget, we show an icon to inform the user about the limitations when there are more than 100 failed jobs. This MR changes that the icon should only be visible when there are indeed >100 failed jobs.

It also removes the empty whitespace before and after the text, leading to empty underlines.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

In rails console enable the experiment fully

Feature.enable(:ci_job_failures_in_mr)
Edited by Marcel van Remmerden

Merge request reports