From 3e7b993f282af434f07ca27b7b85f34c11547bb3 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Fri, 15 Jul 2016 14:20:34 -0400 Subject: [PATCH] Changed tooltip position from right to top --- awx/ui/client/src/forms/JobTemplates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/forms/JobTemplates.js b/awx/ui/client/src/forms/JobTemplates.js index 90c92f9f57..6cb6f833a2 100644 --- a/awx/ui/client/src/forms/JobTemplates.js +++ b/awx/ui/client/src/forms/JobTemplates.js @@ -281,7 +281,7 @@ export default column: 2, awPopOver: "callback_help", awPopOverWatch: "callback_help", - dataPlacement: 'right', + dataPlacement: 'top', dataTitle: 'Provisioning Callback URL', dataContainer: "body" },