diff --git a/awx/ui/static/img/help/groups008.png b/awx/ui/static/img/help/groups008.png new file mode 100644 index 0000000000..f289a491db Binary files /dev/null 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 new file mode 100644 index 0000000000..114e5b6dab Binary files /dev/null and b/awx/ui/static/img/help/groups009.png differ diff --git a/awx/ui/static/img/help/groups010.png b/awx/ui/static/img/help/groups010.png new file mode 100644 index 0000000000..3ff39ef2da Binary files /dev/null and b/awx/ui/static/img/help/groups010.png differ diff --git a/awx/ui/static/js/help/InventoryGroups.js b/awx/ui/static/js/help/InventoryGroups.js index b7361a4b65..471c38fcf4 100644 --- a/awx/ui/static/js/help/InventoryGroups.js +++ b/awx/ui/static/js/help/InventoryGroups.js @@ -56,22 +56,30 @@ angular.module('InventoryGroupsHelpDefinition', []) }, { intro: "Groups can have subgroups:", img: { - src: 'groups005.png', - maxWidth: 430, - maxHeight: 206 + src: 'groups008.png', + maxWidth: 380, + maxHeight: 231 }, - box: "
First, select a group. Then click to create a new group. The new group " + + box: "
First, select a group.
" + }, { + intro: "Groups can have subgroups:", + img: { + src: 'groups009.png', + maxWidth: 400, + maxHeight: 132 + }, + box: "
Then click to create a new group. The new group " + "will be added to the selected group.
" - },{ + }, { intro: 'Adding hosts:', img: { - src: 'groups007.png', - maxWidth: 466, - maxHeight: 178 + src: 'groups010.png', + maxWidth: 400, + maxHeight: 122 }, box: "

First, select a Group. " + "Then click on the hosts list (the right side of the page) to create a host. " + - "The new host will be part of the selected group.

Note hosts cannot be added to the All Hosts group.

" + "The new host will be part of the selected group.

" }] } });