From 9ee9a01b05f97f024748173529689f6e6535e635 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 26 Jul 2016 16:11:32 +0200 Subject: [PATCH] SONAR-7915 drop projects section on Global Dashboards page (#1119) --- .../WEB-INF/app/views/admin_dashboards/index.html.erb | 7 ------- 1 file changed, 7 deletions(-) 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'} %> -