mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
fix default props for jt form
This commit is contained in:
committed by
Jake McDermott
parent
de78d5d63b
commit
491287b1de
@@ -41,6 +41,8 @@ class JobTemplateForm extends Component {
|
|||||||
name: '',
|
name: '',
|
||||||
description: '',
|
description: '',
|
||||||
job_type: 'run',
|
job_type: 'run',
|
||||||
|
inventory: undefined,
|
||||||
|
project: undefined,
|
||||||
playbook: '',
|
playbook: '',
|
||||||
summary_fields: {
|
summary_fields: {
|
||||||
inventory: null,
|
inventory: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user