diff --git a/awx/ui/static/img/help/groups001.png b/awx/ui/static/img/help/groups001.png index 72e91d6eea..6a1c6f63aa 100644 Binary files a/awx/ui/static/img/help/groups001.png and b/awx/ui/static/img/help/groups001.png differ diff --git a/awx/ui/static/img/help/groups004.png b/awx/ui/static/img/help/groups004.png index 7d74e1a80e..bbadb619b6 100644 Binary files a/awx/ui/static/img/help/groups004.png and b/awx/ui/static/img/help/groups004.png differ diff --git a/awx/ui/static/img/help/groups008.png b/awx/ui/static/img/help/groups008.png index f289a491db..fb7fef8c24 100644 Binary files a/awx/ui/static/img/help/groups008.png and b/awx/ui/static/img/help/groups008.png differ diff --git a/awx/ui/static/img/help/groups009.png b/awx/ui/static/img/help/groups009.png index 114e5b6dab..bbf962ac33 100644 Binary files a/awx/ui/static/img/help/groups009.png and b/awx/ui/static/img/help/groups009.png differ diff --git a/awx/ui/static/js/help/InventoryGroups.js b/awx/ui/static/js/help/InventoryGroups.js index 83691f098f..dda069bcd8 100644 --- a/awx/ui/static/js/help/InventoryGroups.js +++ b/awx/ui/static/js/help/InventoryGroups.js @@ -20,8 +20,8 @@ angular.module('InventoryGroupsHelpDefinition', []) intro: 'Start by creating a group:', img: { src: 'groups001.png', - maxWidth: 338, - maxHeight: 222 + maxWidth: 257, + maxHeight: 114 }, box: "Click on the groups list (the left side of the page) to add a new group.", autoOffNotice: true @@ -49,24 +49,24 @@ angular.module('InventoryGroupsHelpDefinition', []) intro: 'Cloud inventory: synchronize Tower with the cloud', img: { src: 'groups004.png', - maxWidth: 261, - maxHeight: 221 + maxWidth: 187, + maxHeight: 175 }, box: "To import a cloud inventory into Tower, initiate an inventory sync by clicking ." }, { intro: "Add subgroups:", img: { src: 'groups008.png', - maxWidth: 500, - maxHeight: 231 + maxWidth: 469, + maxHeight: 243 }, - box: "
First, select a group.
" + box: "
First, select an existing group.
" }, { intro: "Add subgroups:", img: { src: 'groups009.png', maxWidth: 475, - maxHeight: 132 + maxHeight: 198 }, box: "
Then click to create a new group. The new group " + "will be added to the selected group.
"