From: Simon Brandhof Date: Wed, 23 May 2012 16:15:38 +0000 (+0200) Subject: Reset Rails default cycle between widgets. X-Git-Tag: 3.1~94 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81ea266ad20bfad846ee3f96d9ea064fdd70f627;p=sonarqube.git Reset Rails default cycle between widgets. It allows for example that tables in different widgets always start with a gray row. --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/index.html.erb index 2c62c6650af..554737b88ac 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/index.html.erb @@ -15,6 +15,7 @@ %> <%= render :partial => 'widget', :locals => {:widget => widget} %> <% + reset_cycle end end %>