mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -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:
parent
8f4cd58a5e
commit
283e4a2a96
@ -113,8 +113,8 @@ angular.module('SourceFormDefinition', [])
|
||||
sourceModel: 'source_script',
|
||||
sourceField: 'name',
|
||||
ngClick: 'lookUpCustom_inventory()',
|
||||
addRequired: false,
|
||||
editRequired: false
|
||||
addRequired: true,
|
||||
editRequired: true
|
||||
},
|
||||
extra_vars: {
|
||||
label: 'Environment Variables', //"{{vars_label}}" ,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user