mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
updated inventory groups help modal window
This commit is contained in:
BIN
awx/ui/static/img/help/groups008.png
Normal file
BIN
awx/ui/static/img/help/groups008.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
awx/ui/static/img/help/groups009.png
Normal file
BIN
awx/ui/static/img/help/groups009.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
awx/ui/static/img/help/groups010.png
Normal file
BIN
awx/ui/static/img/help/groups010.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -56,22 +56,30 @@ angular.module('InventoryGroupsHelpDefinition', [])
|
|||||||
}, {
|
}, {
|
||||||
intro: "Groups can have subgroups:",
|
intro: "Groups can have subgroups:",
|
||||||
img: {
|
img: {
|
||||||
src: 'groups005.png',
|
src: 'groups008.png',
|
||||||
maxWidth: 430,
|
maxWidth: 380,
|
||||||
maxHeight: 206
|
maxHeight: 231
|
||||||
},
|
},
|
||||||
box: "<div class=\"text-left\">First, select a group. Then click <i class=\"fa fa-plus\"></i> to create a new group. The new group " +
|
box: "<div class=\"text-left\">First, select a group.</div>"
|
||||||
|
}, {
|
||||||
|
intro: "Groups can have subgroups:",
|
||||||
|
img: {
|
||||||
|
src: 'groups009.png',
|
||||||
|
maxWidth: 400,
|
||||||
|
maxHeight: 132
|
||||||
|
},
|
||||||
|
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>"
|
||||||
},{
|
}, {
|
||||||
intro: 'Adding hosts:',
|
intro: 'Adding hosts:',
|
||||||
img: {
|
img: {
|
||||||
src: 'groups007.png',
|
src: 'groups010.png',
|
||||||
maxWidth: 466,
|
maxWidth: 400,
|
||||||
maxHeight: 178
|
maxHeight: 122
|
||||||
},
|
},
|
||||||
box: "<div class=\"text-left\"><p>First, select a Group. " +
|
box: "<div class=\"text-left\"><p>First, select a Group. " +
|
||||||
"Then click <i class=\"fa fa-plus\"></i> on the hosts list (the right side of the page) to create a host. " +
|
"Then click <i class=\"fa fa-plus\"></i> on the hosts list (the right side of the page) to create a host. " +
|
||||||
"The new host will be part of the selected group.</p><p>Note hosts cannot be added to the All Hosts group.</p></div>"
|
"The new host will be part of the selected group.</p></div>"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user