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:
chouseknecht
2013-07-09 17:07:02 -04:00
parent 9372a68f89
commit f4bba01271
5 changed files with 43 additions and 16 deletions

View File

@@ -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'
}
},