mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Custom inventory scripts required on source modal
custom inventory scripts needs to be required when on the source modal screen
This commit is contained in:
@@ -113,8 +113,8 @@ angular.module('SourceFormDefinition', [])
|
|||||||
sourceModel: 'source_script',
|
sourceModel: 'source_script',
|
||||||
sourceField: 'name',
|
sourceField: 'name',
|
||||||
ngClick: 'lookUpCustom_inventory()',
|
ngClick: 'lookUpCustom_inventory()',
|
||||||
addRequired: false,
|
addRequired: true,
|
||||||
editRequired: false
|
editRequired: true
|
||||||
},
|
},
|
||||||
extra_vars: {
|
extra_vars: {
|
||||||
label: 'Environment Variables', //"{{vars_label}}" ,
|
label: 'Environment Variables', //"{{vars_label}}" ,
|
||||||
|
|||||||
Reference in New Issue
Block a user