AC-1321 disappearing host variables

Bringing over fix applied in 1.4.11.
This commit is contained in:
Chris Houseknecht
2014-06-03 17:08:06 -04:00
parent 2c95b75960
commit 0cfef78663
4 changed files with 181 additions and 66 deletions

View File

@@ -53,14 +53,12 @@ angular.module('InventoryFormDefinition', [])
init: "true"
}
},
inventory_variables: {
realName: 'variables',
variables: {
label: 'Variables',
type: 'textarea',
'class': 'span12',
addRequired: false,
editRequird: false,
parseTypeName: 'inventoryParseType',
rows: 6,
"default": "---",
awPopOver: "<p>Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two.</p>" +