mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
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:
@@ -65,7 +65,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
|
|||||||
label: i18n._('Smart Host Filter'),
|
label: i18n._('Smart Host Filter'),
|
||||||
type: 'custom',
|
type: 'custom',
|
||||||
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
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'),
|
dataTitle: i18n._('Smart Host Filter'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ export default
|
|||||||
scope.selectedCredentials = selectedCredentials;
|
scope.selectedCredentials = selectedCredentials;
|
||||||
scope.credential_types = credTypes;
|
scope.credential_types = credTypes;
|
||||||
scope.credentialTypeOptions = credTypeOptions;
|
scope.credentialTypeOptions = credTypeOptions;
|
||||||
scope.credentialsToPost = credTags;console.log(credTags);
|
scope.credentialsToPost = credTags;
|
||||||
scope.$emit('jobTemplateLoaded', master);
|
scope.$emit('jobTemplateLoaded', master);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user