mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Updating Source form to fix save button validity
This commit is contained in:
parent
4fc04a3709
commit
bfb4ccf266
@ -117,9 +117,10 @@ export default
|
||||
ngShow: "source && source.value === 'custom'",
|
||||
sourceModel: 'source_script',
|
||||
sourceField: 'name',
|
||||
ngClick: 'lookUpSource_script()' , //'lookUpCustom_inventory()',
|
||||
addRequired: true,
|
||||
editRequired: true
|
||||
ngClick: 'lookUpSource_script()' ,
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
ngRequired: "source && source.value === 'custom'",
|
||||
},
|
||||
extra_vars: {
|
||||
label: 'Environment Variables', //"{{vars_label}}" ,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user