From 22f7dfce67465ef740e88bf55c44bff9b3ac249e Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 30 Jul 2014 16:13:27 -0400 Subject: [PATCH] tooltip for subscription id for azure cred --- awx/ui/static/js/forms/Credentials.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Credentials.js b/awx/ui/static/js/forms/Credentials.js index 6e555aca05..0353ceffc7 100644 --- a/awx/ui/static/js/forms/Credentials.js +++ b/awx/ui/static/js/forms/Credentials.js @@ -165,7 +165,12 @@ angular.module('CredentialFormDefinition', []) }, addRequired: false, editRequired: false, - autocomplete: false + autocomplete: false, + awPopOver: '

Subscription ID is generated by Azure as a way to identify the requested resource.

', + dataTitle: 'Subscription ID', + dataPlacement: 'right', + dataContainer: "body" + }, "api_key": { label: 'API Key',