mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
update fa-exchange to fa-refresh
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* All Rights Reserved
|
* All Rights Reserved
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ngdoc function
|
* @ngdoc function
|
||||||
* @name help.function:InventoryGroups
|
* @name help.function:InventoryGroups
|
||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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':
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user