mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
AC-331 Group drag-n-drop starting to work.
This commit is contained in:
@@ -28,18 +28,9 @@ angular.module('GroupListDefinition', [])
|
||||
},
|
||||
|
||||
actions: {
|
||||
add: {
|
||||
label: 'Create New Group',
|
||||
icon: 'icon-plus',
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'createGroup()',
|
||||
"class": 'btn-success btn-mini',
|
||||
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 <em>Select</em> button. You can also create a new group by clicking the " +
|
||||
"<em>Create New Group</em> button.",
|
||||
"or to the selected parent group by clicking the <em>Select</em> button.",
|
||||
dataPlacement: 'left',
|
||||
dataContainer: '#form-modal .modal-content',
|
||||
icon: "icon-question-sign",
|
||||
|
||||
Reference in New Issue
Block a user