mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Merge pull request #2621 from marshmalien/fix/2619-scm-icon
Change scm update icon to fa-refresh
This commit is contained in:
@@ -139,7 +139,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
|||||||
icon = 'fa-refresh';
|
icon = 'fa-refresh';
|
||||||
break;
|
break;
|
||||||
case 'scm_update':
|
case 'scm_update':
|
||||||
icon = 'fa-cloud-download';
|
icon = 'fa-refresh';
|
||||||
break;
|
break;
|
||||||
case 'run':
|
case 'run':
|
||||||
case 'rerun':
|
case 'rerun':
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const actions = {
|
|||||||
edit: 'i[class="fa icon-pencil"]',
|
edit: 'i[class="fa icon-pencil"]',
|
||||||
delete: 'i[class="fa icon-trash-o"]',
|
delete: 'i[class="fa icon-trash-o"]',
|
||||||
view: 'i[class="fa fa-search-plus"]',
|
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'
|
test: 'i[class="fa fa-bell-o'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user