You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: