mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
update job slice count help text
This commit is contained in:
committed by
AlanCoding
parent
2d286c5f68
commit
62a36e3704
@@ -267,7 +267,7 @@ function(NotificationsList, i18n) {
|
|||||||
dataTitle: i18n._('Slice Job Count'),
|
dataTitle: i18n._('Slice Job Count'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
awPopOver: "<p>" + i18n._("The number of job slices to create for this job. This should not be set for jobs where cross-host orchestration is done. For best behavior, this number should be high enough that each slice is smaller than an individual cluster node capacity.") + "</p>",
|
awPopOver: "<p>" + i18n._("Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory.") + "</p>",
|
||||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||||
},
|
},
|
||||||
diff_mode: {
|
diff_mode: {
|
||||||
|
|||||||
Reference in New Issue
Block a user