From: Stas Vilchik Date: Tue, 26 Jul 2016 14:11:32 +0000 (+0200) Subject: SONAR-7915 drop projects section on Global Dashboards page (#1119) X-Git-Tag: 6.1-RC1~511 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9ee9a01b05f97f024748173529689f6e6535e635;p=sonarqube.git SONAR-7915 drop projects section on Global Dashboards page (#1119) --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb index 65ca690c5e3..e57ce66c4c3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb @@ -6,13 +6,6 @@ <%= render :partial => 'list', :locals => {:active_dashboards => @actives.select(&:global?), :group => 'activeGlobal'} %> - - - <%= render :partial => 'list', :locals => {:active_dashboards => @actives.reject(&:global?), :group => 'activeProject'} %> -