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

@@ -53,7 +53,7 @@ angular.module('InventoryGroupsHelpDefinition', [])
maxWidth: 187, maxWidth: 187,
maxHeight: 175 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:", intro: "Add subgroups:",
img: { img: {

View File

@@ -90,7 +90,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
// do nothing // do nothing
} else if (Empty(group.status) || group.status === "never updated") { } 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 ' + 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 { } else {
Wait('start'); Wait('start');
Rest.setUrl(group.related.inventory_source); Rest.setUrl(group.related.inventory_source);
@@ -174,7 +174,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
case 'never updated': case 'never updated':
stat = 'never'; stat = 'never';
stat_class = 'na'; 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; break;
case 'none': case 'none':
case 'ok': case 'ok':

View File

@@ -129,7 +129,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
icon = "fa-trash-o"; icon = "fa-trash-o";
break; break;
case 'group_update': case 'group_update':
icon = 'fa-exchange'; icon = 'fa-refresh';
break; break;
case 'scm_update': case 'scm_update':
icon = 'fa-cloud-download'; icon = 'fa-cloud-download';