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

Auto-rotate pages in dashboard #191

Description

@agentGav

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions