Merge pull request #2392 from mabashian/http-header-help

Notification Webhook popover text placement
This commit is contained in:
Michael Abashian
2016-06-14 15:45:52 -04:00
committed by GitHub

View File

@@ -315,6 +315,7 @@ export default function() {
' "X-Ansible": "Is great!"\n' + ' "X-Ansible": "Is great!"\n' +
'}\n' + '}\n' +
'</pre></p>', '</pre></p>',
dataPlacement: 'right',
ngShow: "notification_type.value == 'webhook' ", ngShow: "notification_type.value == 'webhook' ",
subForm: 'typeSubForm' subForm: 'typeSubForm'
}, },