diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-30 15:38:42 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-30 15:38:52 +0100 |
commit | 8daa623f4787c12a42cf3687430702ea294583f5 (patch) | |
tree | f70c21913c26c469840810cf58d02052b8557e20 /server/sonar-web/src/main/webapp | |
parent | b0bb06b6b6522c403c2935830db4ae155caa6840 (diff) | |
download | sonarqube-8daa623f4787c12a42cf3687430702ea294583f5.tar.gz sonarqube-8daa623f4787c12a42cf3687430702ea294583f5.zip |
SONAR-6946 Add an ability to drilldown on the overview treemap
Diffstat (limited to 'server/sonar-web/src/main/webapp')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb index 72416ed82eb..74d50a2f7a0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb @@ -6,6 +6,7 @@ <script> (function () { jQuery('.navbar-context').remove(); + jQuery('#sidebar').remove(); jQuery('.page-wrapper-context').addClass('page-wrapper-global').removeClass('page-wrapper-context'); window.sonarqube.el = '#source-viewer'; window.sonarqube.file = { |