-
Notifications
You must be signed in to change notification settings - Fork 58
Cycling Between Dashboards
You can rotate between dashboards by visiting a "special" rotator
dashboard.
The rotator
is included in every new Kitto dashboard generated after version 0.3.0
.
For dashboards generated with installer at version <= 0.3.0 you can get the rotator [dashboard file] (https://github.com/kittoframework/kitto/blob/master/installer/templates/new/dashboards/rotator.html.eex) and place it under
/dashboards
in your dashboard app.
Cycling between dashboards sample
and jobs
displaying each for 10 seconds.
GET /dashboards/rotator?dashboards=sample,jobs&interval=10
Try it out: https://kitto.io/dashboards/rotator?dashboards=sample,jobs&interval=10
dashboards
: A comma separated list of dashboards to cycle.
interval
: The number of seconds to display each dashboard between moving to the next