Forced options to stack inline

This commit is contained in:
Ken Hoes 2016-06-23 15:14:00 -04:00
parent 32a5e12406
commit 8f0d890fb9

View File

@ -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: {