diff --git a/server/sonar-web/src/main/js/apps/background-tasks/stats.js b/server/sonar-web/src/main/js/apps/background-tasks/stats.js index b934075202b..f8010c93d68 100644 --- a/server/sonar-web/src/main/js/apps/background-tasks/stats.js +++ b/server/sonar-web/src/main/js/apps/background-tasks/stats.js @@ -1,7 +1,12 @@ import React from 'react'; -import {formatDuration} from './helpers'; + +import { formatDuration } from './helpers'; +import { TooltipsMixin } from '../../components/mixins/tooltips-mixin'; + export default React.createClass({ + mixins: [TooltipsMixin], + onPendingCanceled(e) { e.preventDefault(); this.props.cancelPending(); @@ -59,7 +64,7 @@ export default React.createClass({ if (this.props.failuresCount > 0) { return ( - {this.props.failuresCount}   @@ -69,7 +74,7 @@ export default React.createClass({ } else { return ( - {this.props.failuresCount}