From 1b21734ff3d66cb6fe975de132d84ce3a46cb16a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 8 Jun 2016 15:31:27 -0400 Subject: [PATCH] Fix org tooltip on credential. --- awx/ui/client/src/forms/Credentials.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index e4c715d66d..d424407abf 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -49,8 +49,8 @@ export default sourceModel: 'organization', sourceField: 'name', ngClick: 'lookUpOrganization()', - awPopOver: "

If no organization is given, the credential can only be used by the user that creates the credential. organization admins and system administrators can assign an organization so that roles can be assigned to users and teams in that organization.

", - dataTitle: 'Required ', + awPopOver: "

If no organization is given, the credential can only be used by the user that creates the credential. Organization admins and system administrators can assign an organization so that roles for the credential can be assigned to users and teams in that organization.

", + dataTitle: 'Organization ', dataPlacement: 'bottom', dataContainer: "body" },