diff --git a/awx/ui/static/js/forms/Inventories.js b/awx/ui/static/js/forms/Inventories.js index d774bdce25..787a7b5912 100644 --- a/awx/ui/static/js/forms/Inventories.js +++ b/awx/ui/static/js/forms/Inventories.js @@ -13,7 +13,6 @@ angular.module('InventoryFormDefinition', []) addTitle: 'Create Inventory', editTitle: '{{ inventory_name | capitalize }}', name: 'inventory', - parseTypeName: 'inventoryParseType', well: true, actions: { @@ -79,6 +78,7 @@ angular.module('InventoryFormDefinition', []) 'class': 'span12', addRequired: false, editRequird: false, + parseTypeName: 'inventoryParseType', rows: 10, "default": "---", awPopOver: "
Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two.
" +