Change scm update icon from cloud-download to refresh

This commit is contained in:
Marliana Lara 2018-07-19 16:43:03 -04:00
parent bc3f06c725
commit 147d301ff9
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
icon = 'fa-refresh';
break;
case 'scm_update':
icon = 'fa-cloud-download';
icon = 'fa-refresh';
break;
case 'run':
case 'rerun':

View File

@ -7,7 +7,7 @@ const actions = {
edit: 'i[class="fa icon-pencil"]',
delete: 'i[class="fa icon-trash-o"]',
view: 'i[class="fa fa-search-plus"]',
sync: 'i[class="fa fa-cloud-download"]',
sync: 'i[class="fa fa-refresh"]',
test: 'i[class="fa fa-bell-o'
}
};