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:
chouseknecht
2013-05-16 12:59:58 -04:00
parent d1ba197126
commit 6ab9878e65
7 changed files with 377 additions and 56 deletions

View File

@@ -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