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',