Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants