mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 16:31:50 -05:00
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