Started mergint 1.4.11 inventory refactor changes. In the middle of applying 51a11fcb6e4706b853bdcead978284b8c8eaeaf4 to helpers/hosts.js.

This commit is contained in:
Chris Houseknecht
2014-05-30 16:42:02 -04:00
parent fe925f1925
commit 998b47fbf6
8 changed files with 162 additions and 145 deletions

View File

@@ -12,8 +12,8 @@
angular.module('GroupListDefinition', [])
.value('GroupList', {
name: 'groups',
iterator: 'group',
name: 'copy_groups',
iterator: 'copy_group',
selectTitle: 'Copy Groups',
editTitle: 'Groups',
index: true,
@@ -23,22 +23,10 @@ angular.module('GroupListDefinition', [])
name: {
key: true,
label: 'Name'
},
description: {
label: 'Description'
}
},
actions: {
help: {
awPopOver: "Choose groups by clicking on each group you wish to add. Click the <em>Select</em> button to add the groups to " +
"the selected inventory group.",
dataContainer: '#form-modal .modal-content',
mode: 'all',
awToolTip: 'Click for help',
dataTitle: 'Adding Groups'
}
},
actions: { },
fieldActions: {
edit: {