Skip to content
Snippets Groups Projects
Commit c94eb9e1 authored by Phil Hughes's avatar Phil Hughes Committed by Timothy Andrew
Browse files

Merge branch '32184-retried-jobs' into 'master'

Use fa-refresh on retried jobs

Closes #32184

See merge request !11337
parent 434c2517
No related branches found
No related tags found
1 merge request!12258Update Prometheus Merge Request Metrics page
Pipeline #
Loading
Loading
@@ -378,7 +378,7 @@
background-color: $row-hover;
}
 
.fa-spinner {
.fa-refresh {
font-size: 13px;
margin-left: 3px;
}
Loading
Loading
Loading
Loading
@@ -136,7 +136,7 @@
- else
= build.id
- if build.retried?
%i.fa.fa-spinner.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' }
%i.fa.fa-refresh.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' }
 
:javascript
new Sidebar();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment