mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #3965 from AlexSCorey/2866-JTForksToolTip
Updates text of tooltip for Forks in JT. Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
0a256a98be
@ -375,6 +375,9 @@ textarea.allowresize {
|
||||
padding-left: 0;
|
||||
border-top: 1px solid @b7grey;
|
||||
}
|
||||
.popover-body_code-snippet{
|
||||
padding: 0 3px;
|
||||
}
|
||||
}
|
||||
h3.popover-header, .popover-body, .popover-body blockquote, .popover-body a {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
||||
@ -149,7 +149,7 @@ function(NotificationsList, i18n) {
|
||||
dataTitle: i18n._('Forks'),
|
||||
dataPlacement: 'right',
|
||||
dataContainer: 'body',
|
||||
awPopOver: "<p>" + i18n._("The number of parallel or simultaneous processes to use while executing the playbook. Value defaults to 0. Refer to the Ansible documentation for details about the configuration file.") + "</p>",
|
||||
awPopOver: "<p>" + i18n._("The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to ") + "<code class='popover-body_code-snippet'>ansible.cfg</code>. " + i18n._("Refer to the Ansible documentation for details about the configuration file.") + "</p>",
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||
},
|
||||
limit: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user