migrated job templates to use new verbosity format

This commit is contained in:
John Mitchell
2015-04-20 20:03:06 -04:00
parent 537ab3b317
commit 802fed2a76
2 changed files with 56 additions and 38 deletions

View File

@@ -199,7 +199,7 @@ export default
label: 'Verbosity',
type: 'select',
ngOptions: 'v.label for v in verbosity_options track by v.value',
"default": 0,
"default": 1,
addRequired: true,
editRequired: true,
column: 1,