diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-05-09 08:42:22 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-03 20:21:18 +0200 |
commit | ac64b4fe18f42fdbc1d54c3409cee2a74e234051 (patch) | |
tree | 4b6749256ba0c87a56e99f6a5429b5314fb16108 /sonar-core | |
parent | ad9331af4d13764c6890d76c70ba96c633e9e956 (diff) | |
download | sonarqube-ac64b4fe18f42fdbc1d54c3409cee2a74e234051.tar.gz sonarqube-ac64b4fe18f42fdbc1d54c3409cee2a74e234051.zip |
SONAR-12040 Display pending time on system background task page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 fe313a54f3a..040b965790d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2356,6 +2356,8 @@ background_tasks.show_warnings=Show Warnings background_tasks.error_message=Error Message background_tasks.error_stacktrace=Error Details background_tasks.pending=pending +background_tasks.pending_time=pending time +background_tasks.pending_time.description=Pending time of the oldest background task waiting to be processed. background_tasks.failures=still failing background_tasks.number_of_workers=Number of Workers: |