diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-24 10:31:07 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-24 10:31:07 +0200 |
commit | f04357ba06cc0c2b6e694017567186b9e76d4bea (patch) | |
tree | dc69cfa38ea8283cc6f566df96eefa79fa2890dc /plugins | |
parent | c099bc484b891ecd80e4bf10d8a863320015eeba (diff) | |
parent | 4b31edf8e292a4d43c15a9faee9ee6ee5e855d84 (diff) | |
download | sonarqube-f04357ba06cc0c2b6e694017567186b9e76d4bea.tar.gz sonarqube-f04357ba06cc0c2b6e694017567186b9e76d4bea.zip |
Merge branch 'master' into SONAR-4898
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb index b12ca554f18..76c152ec75a 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb @@ -22,6 +22,7 @@ <% filter = MeasureFilter.new filter.set_criteria_value(:base, @resource.key) + filter.set_criteria_value(:onBaseComponents, 'true') filter.set_criteria_value(:pageSize, 100) filter.set_criteria_value(:page, 1) filter.metrics=([sizeMetric, colorMetric].compact) |