mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Made HTTP Header field full width
To match our style guidelines
This commit is contained in:
@@ -299,6 +299,7 @@ export default function() {
|
|||||||
label: 'HTTP Headers',
|
label: 'HTTP Headers',
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
rows: 5,
|
rows: 5,
|
||||||
|
'class': 'Form-formGroup--fullWidth',
|
||||||
awRequiredWhen: {
|
awRequiredWhen: {
|
||||||
reqExpression: "webhook_required",
|
reqExpression: "webhook_required",
|
||||||
init: "false"
|
init: "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user