mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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',
|
addTitle: 'Create Inventory',
|
||||||
editTitle: '{{ inventory_name | capitalize }}',
|
editTitle: '{{ inventory_name | capitalize }}',
|
||||||
name: 'inventory',
|
name: 'inventory',
|
||||||
parseTypeName: 'inventoryParseType',
|
|
||||||
well: true,
|
well: true,
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
@@ -79,6 +78,7 @@ angular.module('InventoryFormDefinition', [])
|
|||||||
'class': 'span12',
|
'class': 'span12',
|
||||||
addRequired: false,
|
addRequired: false,
|
||||||
editRequird: false,
|
editRequird: false,
|
||||||
|
parseTypeName: 'inventoryParseType',
|
||||||
rows: 10,
|
rows: 10,
|
||||||
"default": "---",
|
"default": "---",
|
||||||
awPopOver: "<p>Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two.</p>" +
|
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