diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js
index 4e10b6b6ab..2eb4f3b10a 100644
--- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js
+++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js
@@ -65,7 +65,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
label: i18n._('Smart Host Filter'),
type: 'custom',
control: '
" + i18n._("Populate the hosts for this inventory by using a search filter.") + "
" + i18n._("Example: ansible_facts.ansible_distribution:\"RHEL\"") + "
" + i18n._("Refer to the Ansible Tower documentation for further syntax and examples.") + "
", + awPopOver: "" + i18n._("Populate the hosts for this inventory by using a search filter.") + "
" + i18n._("Example: ansible_facts.ansible_distribution:\"RedHat\"") + "
" + i18n._("Refer to the Ansible Tower documentation for further syntax and examples.") + "
", dataTitle: i18n._('Smart Host Filter'), dataPlacement: 'right', dataContainer: 'body', diff --git a/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js b/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js index 5be4d4fc55..d0eada857c 100644 --- a/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js +++ b/awx/ui/client/src/templates/job_templates/factories/callback-help-init.factory.js @@ -160,7 +160,7 @@ export default scope.selectedCredentials = selectedCredentials; scope.credential_types = credTypes; scope.credentialTypeOptions = credTypeOptions; - scope.credentialsToPost = credTags;console.log(credTags); + scope.credentialsToPost = credTags; scope.$emit('jobTemplateLoaded', master); }); }