diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-30 13:37:23 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-30 13:37:23 +0200 |
commit | 353ac18f1271e312e3f2986fce3f271a6bcf9944 (patch) | |
tree | 56f8fe2388cdc9bb80101da33ad4e8e622a1fc4c /plugins | |
parent | 86b5edfd2685d95cb50d542d8c4e46322acf064f (diff) | |
download | sonarqube-353ac18f1271e312e3f2986fce3f271a6bcf9944.tar.gz sonarqube-353ac18f1271e312e3f2986fce3f271a6bcf9944.zip |
SONAR-5482 The list of languages in the "Size" widget can be too long on views
Remove bars
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/size.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/size.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/size.html.erb index 0c49c2deaac..e68012f744b 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/size.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/size.html.erb @@ -48,9 +48,6 @@ <td class="thin right nowrap"> <%= ncloc.format_numeric_value(language_ncloc) %> </td> - <td> - <%= barchart(:width => 50, :percent => (40 * Math.sqrt(language_ncloc.to_i) / max).to_i) %> - </td> </tr> <% end %> </table> |