mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Latest job template UI changes. Template edit working. Need to add job submission steps and fix playbook initial value on edit page.
This commit is contained in:
@@ -31,7 +31,6 @@ angular.module('JobTemplateFormDefinition', [])
|
||||
job_type: {
|
||||
label: 'Job Type',
|
||||
type: 'select',
|
||||
options: [{ value: 'run', label: 'Run' }, { value: 'check', label: 'Check' }],
|
||||
default: 'run',
|
||||
addRequired: true,
|
||||
editRequired: true
|
||||
|
||||
Reference in New Issue
Block a user