From f12a6788f2b208c76a50a7b8a0f84ca74c44585c Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 14 Jun 2016 12:01:59 -0400 Subject: [PATCH] Place the popover to the right of the icon --- awx/ui/client/src/notifications/notificationTemplates.form.js | 1 + 1 file changed, 1 insertion(+) 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' },