Help generator now supports an img object with src, maxWidth and maxHeight properties. Added fading and sizing changes to Group help images.

This commit is contained in:
chouseknecht
2013-10-15 11:01:22 -04:00
parent 3ef1e0aea6
commit bc49317c23
4 changed files with 26 additions and 3 deletions

View File

@@ -14,13 +14,13 @@ angular.module('InventorySummaryHelpDefinition', [])
steps: {
step1: {
intro: 'Start by creating a group:',
img: 'help002.png',
img: { src: 'help002.png', maxWidth: 460 , maxHeight: 111 },
box: "Click the <em>Create New</em> button and add a new group to the inventory.",
height: 400
},
step2: {
intro: 'After creating a group, add hosts:',
img: 'help001.png',
img: { src: 'help001.png', maxWidth: 467, maxHeight: 208 },
box: "Navigate to <em>Hosts</em> using the drop-down menu, where you can add hosts to the new group",
height: 480
}