mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user