mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Adjust slicing tooltip text
This commit is contained in:
parent
236b332a8b
commit
f435e577b2
@ -267,7 +267,7 @@ function(NotificationsList, i18n) {
|
||||
dataTitle: i18n._('Slice Job Count'),
|
||||
dataPlacement: 'right',
|
||||
dataContainer: 'body',
|
||||
awPopOver: "<p>" + i18n._("The number of jobs to slice into at runtime. Will cause the Job Template to launch a workflow if value is greater than 1.") + "</p>",
|
||||
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>",
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||
},
|
||||
diff_mode: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user