mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
AC-668 'parse as' value now works correctly.
This commit is contained in:
@@ -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: "<p>Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two.</p>" +
|
||||
|
||||
Reference in New Issue
Block a user