summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-18 15:51:26 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-18 15:51:26 +0100
commit75a91261680507cf37d5ddddb7268c441be38577 (patch)
tree9bf3b67f7dc6cb61417532468a0fff676eb0f3db
parent91d2f185bd463b8a642645b3b82a369697b5432c (diff)
downloadsonarqube-75a91261680507cf37d5ddddb7268c441be38577.tar.gz
sonarqube-75a91261680507cf37d5ddddb7268c441be38577.zip
SONAR-5962 The size of the analysis reports queue is wrong
-rw-r--r--server/sonar-web/src/main/coffee/analysis-reports/views/actions-view.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/coffee/analysis-reports/views/actions-view.coffee b/server/sonar-web/src/main/coffee/analysis-reports/views/actions-view.coffee
index 237485c18e6..12608b30d87 100644
--- a/server/sonar-web/src/main/coffee/analysis-reports/views/actions-view.coffee
+++ b/server/sonar-web/src/main/coffee/analysis-reports/views/actions-view.coffee
@@ -31,4 +31,4 @@ define [
serializeData: ->
_.extend super,
state: @options.app.state.toJSON()
- total: @collection.paging.total || 0
+ total: @collection.paging.total || @collection.length