mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Fixes for AC-212 & AC-2088
This commit is contained in:
@@ -18,6 +18,7 @@ angular.module('InventoryFormDefinition', [])
|
||||
collapseTitle: 'Edit Inventory',
|
||||
collapseMode: 'edit',
|
||||
twoColumns: true,
|
||||
parseTypeName: 'inventoryParseType',
|
||||
|
||||
fields: {
|
||||
has_active_failures: {
|
||||
@@ -56,7 +57,8 @@ angular.module('InventoryFormDefinition', [])
|
||||
ngClick: 'lookUpOrganization()',
|
||||
column: 1
|
||||
},
|
||||
variables: {
|
||||
inventory_variables: {
|
||||
realName: 'variables',
|
||||
label: 'Variables',
|
||||
type: 'textarea',
|
||||
addRequired: false,
|
||||
|
||||
Reference in New Issue
Block a user