From cef468d060f05dbf79fce73cfc5b33d86f5fb4aa Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 30 Jul 2014 14:33:09 -0400 Subject: [PATCH] Inventory help Tweaked the verbage and image sizes a bit. --- awx/ui/static/js/help/InventoryGroups.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/awx/ui/static/js/help/InventoryGroups.js b/awx/ui/static/js/help/InventoryGroups.js index 471c38fcf4..83691f098f 100644 --- a/awx/ui/static/js/help/InventoryGroups.js +++ b/awx/ui/static/js/help/InventoryGroups.js @@ -13,7 +13,7 @@ angular.module('InventoryGroupsHelpDefinition', []) .value('InventoryGroupsHelp', { story: { - hdr: 'Building your inventory', + hdr: 'Inventory Setup', width: 510, height: 560, steps: [{ @@ -52,29 +52,29 @@ angular.module('InventoryGroupsHelpDefinition', []) maxWidth: 261, maxHeight: 221 }, - box: "To pull the 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: "Groups can have subgroups:", + intro: "Add subgroups:", img: { src: 'groups008.png', - maxWidth: 380, + maxWidth: 500, maxHeight: 231 }, box: "
First, select a group.
" }, { - intro: "Groups can have subgroups:", + intro: "Add subgroups:", img: { src: 'groups009.png', - maxWidth: 400, + maxWidth: 475, maxHeight: 132 }, box: "
Then click to create a new group. The new group " + "will be added to the selected group.
" }, { - intro: 'Adding hosts:', + intro: 'Add hosts:', img: { src: 'groups010.png', - maxWidth: 400, + maxWidth: 475, maxHeight: 122 }, box: "

First, select a Group. " +