mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Updating Source form to fix save button validity
This commit is contained in:
@@ -117,9 +117,10 @@ export default
|
|||||||
ngShow: "source && source.value === 'custom'",
|
ngShow: "source && source.value === 'custom'",
|
||||||
sourceModel: 'source_script',
|
sourceModel: 'source_script',
|
||||||
sourceField: 'name',
|
sourceField: 'name',
|
||||||
ngClick: 'lookUpSource_script()' , //'lookUpCustom_inventory()',
|
ngClick: 'lookUpSource_script()' ,
|
||||||
addRequired: true,
|
addRequired: false,
|
||||||
editRequired: true
|
editRequired: false,
|
||||||
|
ngRequired: "source && source.value === 'custom'",
|
||||||
},
|
},
|
||||||
extra_vars: {
|
extra_vars: {
|
||||||
label: 'Environment Variables', //"{{vars_label}}" ,
|
label: 'Environment Variables', //"{{vars_label}}" ,
|
||||||
|
|||||||
Reference in New Issue
Block a user