Group and Host variables working.

This commit is contained in:
chouseknecht
2013-05-21 16:13:20 -04:00
parent c238a85581
commit 53212da149
5 changed files with 178 additions and 111 deletions

View File

@@ -27,14 +27,16 @@ angular.module('GroupFormDefinition', [])
type: 'text',
addRequired: false,
editRequired: false
},
variables: {
label: 'Variables',
type: 'textarea',
addRequired: false,
editRequird: false,
rows: 10,
class: 'span12',
default: "\{\}"
}
// ,
// inventory: {
// label: 'Inventory',
// type: 'hidden',
// includeOnEdit: true,
// includeOnAdd: true
// }
},
buttons: { //for now always generates <button> tags

View File

@@ -39,7 +39,8 @@ angular.module('HostFormDefinition', [])
addRequired: false,
editRequird: false,
rows: 10,
class: 'span12'
class: 'span12',
default: "\{\}"
}
},