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:
softwarefactory-project-zuul[bot] 2019-05-30 17:09:49 +00:00 committed by GitHub
commit 0a256a98be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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: {