aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js')
-rw-r--r--server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js b/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
index 8d9da1719ef..8a8be6ad4f0 100644
--- a/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
+++ b/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
@@ -98,8 +98,7 @@ export default class Stats extends React.Component {
className="js-failures-count emphasised-measure"
data-toggle="tooltip"
title="Count of projects where processing of most recent analysis report failed"
- href="#"
- >
+ href="#">
{this.props.failingCount}
</a>
&nbsp;
@@ -112,8 +111,7 @@ export default class Stats extends React.Component {
<span
className="js-failures-count emphasised-measure"
data-toggle="tooltip"
- title="Count of projects where processing of most recent analysis report failed"
- >
+ title="Count of projects where processing of most recent analysis report failed">
{this.props.failingCount}
</span>
&nbsp;