1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

changed popover help text for overwrite sources

This commit is contained in:
John Mitchell 2017-09-08 17:55:41 -04:00
parent 0b0afe91ab
commit 0bb7b0700d
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -328,7 +328,7 @@ return {
label: i18n._('Overwrite'),
type: 'checkbox',
ngShow: "source.value !== '' && source.value !== null",
awPopOver: "<p>" + i18n._("If checked, all child groups and hosts not found on the external source will be deleted from the local inventory.") + '</p><p>' +
awPopOver: "<p>" + i18n._("If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory.") + '</p><p>' +
i18n._("When not checked, local child hosts and groups not found on the external source will remain untouched by the inventory update process.") + "</p>",
dataTitle: i18n._('Overwrite'),
dataContainer: 'body',