Merge pull request #4668 from chrismeyersfsu/fix-4663

dem controllers just needed to know who headers is
This commit is contained in:
Chris Meyers 2017-01-11 14:17:57 -05:00 committed by GitHub
commit 5ae0b5f73a

View File

@ -323,6 +323,7 @@ export default ['i18n', function(i18n) {
headers: {
label: i18n._('HTTP Headers'),
type: 'textarea',
name: 'headers',
rows: 5,
'class': 'Form-formGroup--fullWidth',
awRequiredWhen: {