mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Group and Host variables working.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -39,7 +39,8 @@ angular.module('HostFormDefinition', [])
|
||||
addRequired: false,
|
||||
editRequird: false,
|
||||
rows: 10,
|
||||
class: 'span12'
|
||||
class: 'span12',
|
||||
default: "\{\}"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user