mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
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…
Reference in New Issue
Block a user