mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Merge pull request #2621 from marshmalien/fix/2619-scm-icon
Change scm update icon to fa-refresh
This commit is contained in:
commit
831e79ff17
@ -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':
|
||||
|
||||
@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user