diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-11 13:42:24 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-12 10:23:25 +0200 |
commit | 7a230c2fa98532eb79d2efcd30c31d608f9fa108 (patch) | |
tree | 24dc6ccf076be8d1972d91fb90537bb47b19dd42 /sonar-core | |
parent | 11517022de14138e106d1420944f79bb4426b5fa (diff) | |
download | sonarqube-7a230c2fa98532eb79d2efcd30c31d608f9fa108.tar.gz sonarqube-7a230c2fa98532eb79d2efcd30c31d608f9fa108.zip |
SONAR-9927 Project admins see "Cancel All" button on Background Tasks page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 359bc7632b4..0e3f376dfb6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2213,6 +2213,7 @@ background_tasks.change_number_of_workers=Edit CE Workers background_tasks.change_number_of_workers.hint=If your queue backs up behind the analysis reports from large projects, increasing the number of Compute Engine workers will allow you to take full advantage of having configured increased Compute Engine memory on a multi-core server (vertical scaling). background_tasks.add_more_with_governance=Add more with Governance background_tasks.search_by_task_or_component=Search by Task or Component +background_tasks.failing_count=Count of projects where processing of most recent analysis report failed |