mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Add a configurable limit for job forks
This commit is contained in:
@@ -58,6 +58,10 @@ export default ['i18n', function(i18n) {
|
||||
type: 'text',
|
||||
reset: 'ANSIBLE_FACT_CACHE_TIMEOUT',
|
||||
},
|
||||
MAX_FORKS: {
|
||||
type: 'text',
|
||||
reset: 'MAX_FORKS',
|
||||
},
|
||||
PROJECT_UPDATE_VVV: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
|
||||
@@ -233,7 +233,7 @@ angular.module('Utilities', ['RestServices', 'Utilities'])
|
||||
addApiErrors(form.fields[field], field);
|
||||
}
|
||||
}
|
||||
if (defaultMsg) {
|
||||
if (!fieldErrors && defaultMsg) {
|
||||
Alert(defaultMsg.hdr, defaultMsg.msg);
|
||||
}
|
||||
} else if (typeof data === 'object' && data !== null) {
|
||||
|
||||
Reference in New Issue
Block a user