mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Merge pull request #4668 from chrismeyersfsu/fix-4663
dem controllers just needed to know who headers is
This commit is contained in:
@@ -323,6 +323,7 @@ export default ['i18n', function(i18n) {
|
|||||||
headers: {
|
headers: {
|
||||||
label: i18n._('HTTP Headers'),
|
label: i18n._('HTTP Headers'),
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
|
name: 'headers',
|
||||||
rows: 5,
|
rows: 5,
|
||||||
'class': 'Form-formGroup--fullWidth',
|
'class': 'Form-formGroup--fullWidth',
|
||||||
awRequiredWhen: {
|
awRequiredWhen: {
|
||||||
|
|||||||
Reference in New Issue
Block a user