mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
added scan job type to job type dropdown
on the job template form.
This commit is contained in:
@@ -66,6 +66,7 @@ export default
|
||||
label: 'Job Type',
|
||||
type: 'select',
|
||||
ngOptions: 'type.label for type in job_type_options track by type.value',
|
||||
ngChange: 'jobTypeChange()',
|
||||
"default": 0,
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
|
||||
Reference in New Issue
Block a user