mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
migrated job templates to use new verbosity format
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user