From a1e798aec39522e6e1217f54cf0840fdff261c14 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Wed, 8 Jun 2016 14:52:02 -0400 Subject: [PATCH] update fa-exchange to fa-refresh --- awx/ui/client/src/help/InventoryGroups.js | 4 ++-- awx/ui/client/src/helpers/Groups.js | 4 ++-- awx/ui/client/src/shared/generator-helpers.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/src/help/InventoryGroups.js b/awx/ui/client/src/help/InventoryGroups.js index 1d6b185fa3..c9ee3b7432 100644 --- a/awx/ui/client/src/help/InventoryGroups.js +++ b/awx/ui/client/src/help/InventoryGroups.js @@ -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 ." + box: "To import a cloud inventory into Tower, initiate an inventory sync by clicking ." }, { intro: "Add subgroups:", img: { diff --git a/awx/ui/client/src/helpers/Groups.js b/awx/ui/client/src/helpers/Groups.js index b34a9a081c..a39e4c2b5a 100644 --- a/awx/ui/client/src/helpers/Groups.js +++ b/awx/ui/client/src/helpers/Groups.js @@ -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 button.', 'alert-info', null, null, null, null, true); + 'clicking the 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 to start it now.'; + status_tip = 'Sync not performed. Click to start it now.'; break; case 'none': case 'ok': diff --git a/awx/ui/client/src/shared/generator-helpers.js b/awx/ui/client/src/shared/generator-helpers.js index 7a0c517a58..47611d4b14 100644 --- a/awx/ui/client/src/shared/generator-helpers.js +++ b/awx/ui/client/src/shared/generator-helpers.js @@ -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';