added scan job type to job type dropdown

on the job template form.
This commit is contained in:
Jared Tabor
2015-03-16 10:55:44 -04:00
parent 4129282401
commit 3cd5cd5184
2 changed files with 9 additions and 2 deletions

View File

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