Skip to content
Snippets Groups Projects
Commit d36a7803 authored by Andrew Torres's avatar Andrew Torres
Browse files

Update all instances of "fa-refresh" to "fa-spinner"

parent 04a3e60e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,7 +50,7 @@ window.gl.GfmAutoComplete = {
template: '<li>${title}</li>'
},
Loading: {
template: '<li style="pointer-events: none;"><i class="fa fa-refresh fa-spin"></i> Loading...</li>'
template: '<li style="pointer-events: none;"><i class="fa fa-spinner fa-spin"></i> Loading...</li>'
},
DefaultOptions: {
sorter: function(query, items, searchKey) {
Loading
Loading
Loading
Loading
@@ -39,7 +39,7 @@
overflow-y: hidden;
font-size: 12px;
 
.fa-refresh {
.fa-spinner {
font-size: 24px;
margin-left: 20px;
}
Loading
Loading
@@ -219,7 +219,7 @@
font-size: 12px;
position: relative;
 
.fa-refresh {
.fa-spinner {
font-size: 24px;
}
 
Loading
Loading
@@ -366,7 +366,7 @@
background-color: $row-hover;
}
 
.fa-refresh {
.fa-spinner {
font-size: 13px;
margin-left: 3px;
}
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@
= button_to reset_health_check_token_admin_application_settings_path,
method: :put, class: 'btn btn-default',
data: { confirm: 'Are you sure you want to reset the health check token?' } do
= icon('refresh')
= icon('spinner')
Reset health check access token
%p.light
Health information can be retrieved as plain text, JSON, or XML using:
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@
= button_to reset_runners_token_admin_application_settings_path,
method: :put, class: 'btn btn-default',
data: { confirm: 'Are you sure you want to reset registration token?' } do
= icon('refresh')
= icon('spinner')
Reset runners registration token
 
.bs-callout
Loading
Loading
Loading
Loading
@@ -136,7 +136,7 @@
- else
= build.id
- if build.retried?
%i.fa.fa-refresh.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' }
%i.fa.fa-spinner.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' }
 
:javascript
new Sidebar();
Loading
Loading
@@ -36,7 +36,7 @@
= icon('warning', class: 'text-warning has-tooltip', title: 'Job is stuck. Check runners.')
 
- if retried
= icon('refresh', class: 'text-warning has-tooltip', title: 'Job was retried')
= icon('spinner', class: 'text-warning has-tooltip', title: 'Job was retried')
 
.label-container
- if job.tags.any?
Loading
Loading
---
title: Update all instances of the old loading icon
merge_request: 10490
author: Andrew Torres
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