mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Forced options to stack inline
This commit is contained in:
parent
32a5e12406
commit
8f0d890fb9
@ -238,7 +238,8 @@ export default
|
||||
awPopOver: "<p>If enabled, run this playbook as an administrator. This is the equivalent of passing the <code>--become</code> option to the <code>ansible-playbook</code> command. </p>",
|
||||
dataPlacement: 'right',
|
||||
dataTitle: 'Become Privilege Escalation',
|
||||
dataContainer: "body"
|
||||
dataContainer: "body",
|
||||
labelClass: 'stack-inline'
|
||||
}, {
|
||||
name: 'allow_callbacks',
|
||||
label: 'Allow Provisioning Callbacks',
|
||||
@ -251,7 +252,8 @@ export default
|
||||
"using this job template.</p>",
|
||||
dataPlacement: 'right',
|
||||
dataTitle: 'Allow Provisioning Callbacks',
|
||||
dataContainer: "body"
|
||||
dataContainer: "body",
|
||||
labelClass: 'stack-inline'
|
||||
}]
|
||||
},
|
||||
callback_url: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user