]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7915 drop projects section on Global Dashboards page (#1119)
authorStas Vilchik <vilchiks@gmail.com>
Tue, 26 Jul 2016 14:11:32 +0000 (16:11 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2016 14:11:32 +0000 (16:11 +0200)
server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb

index 65ca690c5e3cba3c3424276e8f4323af3304c73c..e57ce66c4c33acf8aaee28e661635470199a6156 100644 (file)
@@ -6,13 +6,6 @@
 
   <%= render :partial => 'list', :locals => {:active_dashboards => @actives.select(&:global?), :group => 'activeGlobal'} %>
 
-  <header class="page-header huge-spacer-top">
-    <h1 class="page-title"><%= message('dashboard.project_dashboards') -%></h1>
-    <p class="page-description"><%= message('dashboard.project_dashboards.description') -%></p>
-  </header>
-
-  <%= render :partial => 'list', :locals => {:active_dashboards => @actives.reject(&:global?), :group => 'activeProject'} %>
-
   <header class="page-header huge-spacer-top">
     <h1 class="page-title"><%= message('dashboard.shared_dashboards') -%></h1>
     <p class="page-description"><%= message('dashboard.shared_dashboards.description') -%></p>