update fa-exchange to fa-refresh

This commit is contained in:
Leigh Johnson 2016-06-08 14:52:02 -04:00
parent 5bf09279e2
commit a1e798aec3
3 changed files with 5 additions and 5 deletions

View File

@ -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: {

View File

@ -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':

View File

@ -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';