mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 10:39:20 -02:30
Added help pop-overs and new help button to the Add Existing Host s and Add Groups dialogs on Inventories page.
This commit is contained in:
@@ -35,6 +35,18 @@ angular.module('GroupListDefinition', [])
|
||||
ngClick: 'createGroup()',
|
||||
"class": 'btn-success btn-small',
|
||||
awToolTip: 'Create a new group'
|
||||
},
|
||||
help: {
|
||||
awPopOver: "Select groups by clicking on each group you wish to add. Add the selected groups to your inventory " +
|
||||
"or to the selected parent group by clicking the Select button. You can also create a new group by clicking the " +
|
||||
"Create New Group button.",
|
||||
dataPlacement: 'left',
|
||||
dataContainer: "#form-modal",
|
||||
icon: "icon-question-sign",
|
||||
mode: 'all',
|
||||
'class': 'btn-small btn-info',
|
||||
awToolTip: 'Click for help',
|
||||
dataTitle: 'Adding Groups'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user