Merge pull request #286 from mabashian/7237-smart-inv-help

Changed smart host filter help text from RHEL to RedHat
This commit is contained in:
Michael Abashian 2017-08-16 14:52:20 -04:00 committed by GitHub
commit 6915e95f58
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
label: i18n._('Smart Host Filter'),
type: 'custom',
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
awPopOver: "<p>" + i18n._("Populate the hosts for this inventory by using a search filter.") + "</p><p>" + i18n._("Example: ansible_facts.ansible_distribution:\"RHEL\"") + "</p><p>" + i18n._("Refer to the Ansible Tower documentation for further syntax and examples.") + "</p>",
awPopOver: "<p>" + i18n._("Populate the hosts for this inventory by using a search filter.") + "</p><p>" + i18n._("Example: ansible_facts.ansible_distribution:\"RedHat\"") + "</p><p>" + i18n._("Refer to the Ansible Tower documentation for further syntax and examples.") + "</p>",
dataTitle: i18n._('Smart Host Filter'),
dataPlacement: 'right',
dataContainer: 'body',

View File

@ -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);
});
}