Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Auto-rotate pages in dashboard #191

Open
agentGav opened this issue Oct 8, 2014 · 2 comments
Open

Auto-rotate pages in dashboard #191

agentGav opened this issue Oct 8, 2014 · 2 comments

Comments

@agentGav
Copy link

agentGav commented Oct 8, 2014

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

@Floppy
Copy link
Contributor

Floppy commented Jul 7, 2015

superceded by ODI TV

@Floppy Floppy closed this as completed Jul 7, 2015
@Floppy
Copy link
Contributor

Floppy commented Jul 7, 2015

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

@Floppy Floppy reopened this Jul 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants