theodi/dashboards

Auto-rotate pages in dashboard

Opened this issue · 2 comments

Please create an auto-refresh in the header so that it cycles through all the dashboard pages:

e.g.

https://github.com/theodi/dashboards/blob/master/dashboards/_navigation.erb
has {Ruby}
<% navigation_tree.each do |item| %>
<%= get_navigation(item) %>
<% end %>

which can populate a random index as
myArray = []
randomURL = myArray[rand(myarray.length)]

thanks
Gavin

superceded by ODI TV

Actually we were thinking of doing this anyway for non-dashboard purposes. I forgot.