mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Forced options to stack inline
This commit is contained in:
@@ -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>",
|
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',
|
dataPlacement: 'right',
|
||||||
dataTitle: 'Become Privilege Escalation',
|
dataTitle: 'Become Privilege Escalation',
|
||||||
dataContainer: "body"
|
dataContainer: "body",
|
||||||
|
labelClass: 'stack-inline'
|
||||||
}, {
|
}, {
|
||||||
name: 'allow_callbacks',
|
name: 'allow_callbacks',
|
||||||
label: 'Allow Provisioning Callbacks',
|
label: 'Allow Provisioning Callbacks',
|
||||||
@@ -251,7 +252,8 @@ export default
|
|||||||
"using this job template.</p>",
|
"using this job template.</p>",
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataTitle: 'Allow Provisioning Callbacks',
|
dataTitle: 'Allow Provisioning Callbacks',
|
||||||
dataContainer: "body"
|
dataContainer: "body",
|
||||||
|
labelClass: 'stack-inline'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
callback_url: {
|
callback_url: {
|
||||||
|
|||||||
Reference in New Issue
Block a user