mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Change scm update icon from cloud-download to refresh
This commit is contained in:
parent
bc3f06c725
commit
147d301ff9
@ -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