From e1bf7ea7491f6158225c80f79a3f8dd2038acd43 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 20 Apr 2015 16:08:05 -0400 Subject: [PATCH] fix to host popover contents wrt openstack credential in ui. --- awx/ui/static/js/forms/Credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Credentials.js b/awx/ui/static/js/forms/Credentials.js index 228e23c2b0..607c785bc3 100644 --- a/awx/ui/static/js/forms/Credentials.js +++ b/awx/ui/static/js/forms/Credentials.js @@ -157,7 +157,7 @@ export default labelBind: 'hostLabel', type: 'text', ngShow: "kind.value == 'vmware' || kind.value == 'openstack'", - awPopOverWatch: "projectPopOver", + awPopOverWatch: "hostPopOver", awPopOver: "set in helpers/credentials", dataTitle: 'Host', dataPlacement: 'right',