From 666d721bdafcafab76953ce54013912b0b0dbe53 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 19 Nov 2013 21:03:55 +0000 Subject: [PATCH] AC-668 'parse as' value now works correctly. --- awx/ui/static/js/forms/Inventories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

" +