diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index a49c7a126b..942e956153 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -315,6 +315,7 @@ export default function() { ' "X-Ansible": "Is great!"\n' + '}\n' + '

', + dataPlacement: 'right', ngShow: "notification_type.value == 'webhook' ", subForm: 'typeSubForm' },