updated Inventory Groups help dialog pictures

This commit is contained in:
Jared Tabor
2014-07-31 15:49:38 -04:00
parent 6f2da30f11
commit 1776bb3c8e
5 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -20,8 +20,8 @@ angular.module('InventoryGroupsHelpDefinition', [])
intro: 'Start by creating a group:', intro: 'Start by creating a group:',
img: { img: {
src: 'groups001.png', src: 'groups001.png',
maxWidth: 338, maxWidth: 257,
maxHeight: 222 maxHeight: 114
}, },
box: "Click <i class=\"fa fa-plus\"></i> on the groups list (the left side of the page) to add a new group.", box: "Click <i class=\"fa fa-plus\"></i> on the groups list (the left side of the page) to add a new group.",
autoOffNotice: true autoOffNotice: true
@@ -49,24 +49,24 @@ angular.module('InventoryGroupsHelpDefinition', [])
intro: 'Cloud inventory: synchronize Tower with the cloud', intro: 'Cloud inventory: synchronize Tower with the cloud',
img: { img: {
src: 'groups004.png', src: 'groups004.png',
maxWidth: 261, maxWidth: 187,
maxHeight: 221 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-exchange\"></i>."
}, { }, {
intro: "Add subgroups:", intro: "Add subgroups:",
img: { img: {
src: 'groups008.png', src: 'groups008.png',
maxWidth: 500, maxWidth: 469,
maxHeight: 231 maxHeight: 243
}, },
box: "<div class=\"text-left\">First, select a group.</div>" box: "<div class=\"text-left\">First, select an existing group.</div>"
}, { }, {
intro: "Add subgroups:", intro: "Add subgroups:",
img: { img: {
src: 'groups009.png', src: 'groups009.png',
maxWidth: 475, maxWidth: 475,
maxHeight: 132 maxHeight: 198
}, },
box: "<div class=\"text-left\">Then click <i class=\"fa fa-plus\"></i> to create a new group. The new group " + box: "<div class=\"text-left\">Then click <i class=\"fa fa-plus\"></i> to create a new group. The new group " +
"will be added to the selected group.</div>" "will be added to the selected group.</div>"