mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
update fa-exchange to fa-refresh
This commit is contained in:
parent
5bf09279e2
commit
a1e798aec3
@ -3,7 +3,7 @@
|
||||
*
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name help.function:InventoryGroups
|
||||
@ -53,7 +53,7 @@ angular.module('InventoryGroupsHelpDefinition', [])
|
||||
maxWidth: 187,
|
||||
maxHeight: 175
|
||||
},
|
||||
box: "To import a cloud inventory into Tower, initiate an inventory sync by clicking <i class=\"fa fa-exchange\"></i>."
|
||||
box: "To import a cloud inventory into Tower, initiate an inventory sync by clicking <i class=\"fa fa-refresh\"></i>."
|
||||
}, {
|
||||
intro: "Add subgroups:",
|
||||
img: {
|
||||
|
||||
@ -90,7 +90,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
|
||||
// do nothing
|
||||
} else if (Empty(group.status) || group.status === "never updated") {
|
||||
Alert('No Status Available', 'An inventory sync has not been performed for the selected group. Start the process by ' +
|
||||
'clicking the <i class="fa fa-exchange"></i> button.', 'alert-info', null, null, null, null, true);
|
||||
'clicking the <i class="fa fa-refresh"></i> button.', 'alert-info', null, null, null, null, true);
|
||||
} else {
|
||||
Wait('start');
|
||||
Rest.setUrl(group.related.inventory_source);
|
||||
@ -174,7 +174,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
|
||||
case 'never updated':
|
||||
stat = 'never';
|
||||
stat_class = 'na';
|
||||
status_tip = 'Sync not performed. Click <i class="fa fa-exchange"></i> to start it now.';
|
||||
status_tip = 'Sync not performed. Click <i class="fa fa-refresh"></i> to start it now.';
|
||||
break;
|
||||
case 'none':
|
||||
case 'ok':
|
||||
|
||||
@ -129,7 +129,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
icon = "fa-trash-o";
|
||||
break;
|
||||
case 'group_update':
|
||||
icon = 'fa-exchange';
|
||||
icon = 'fa-refresh';
|
||||
break;
|
||||
case 'scm_update':
|
||||
icon = 'fa-cloud-download';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user