mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Clarify UI help text for update_on_project_update
This commit is contained in:
@@ -318,11 +318,12 @@ return {
|
|||||||
ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)'
|
ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)'
|
||||||
}, {
|
}, {
|
||||||
name: 'update_on_project_update',
|
name: 'update_on_project_update',
|
||||||
label: i18n._('Update on Project Update'),
|
label: i18n._('Update on Project Change'),
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
ngShow: "source.value === 'scm'",
|
ngShow: "source.value === 'scm'",
|
||||||
awPopOver: '<p>Each time the selected project is updated, refresh the inventory from the selected source before ' +
|
awPopOver: '<p>After every project update where the SCM revision changes, refresh the inventory ' +
|
||||||
'executing job tasks.</p>',
|
'from the selected source before executing job tasks. This is intended for ' +
|
||||||
|
'static content, like the Ansible inventory .ini file format.</p>',
|
||||||
dataTitle: i18n._('Update on Project Update'),
|
dataTitle: i18n._('Update on Project Update'),
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
|
|||||||
Reference in New Issue
Block a user