View Reference

The views.dashboard Module

View callables to manage dashboards.

class ciodashboard.views.dashboard.DashboardView(request: Request)[source]

Class to manage dashboard views.

Parameters:

request (pyramid.request.Request) – Current request.

index() dict | Response[source]

List all authorized dashboards.

index_filter() dict[source]

Return a dictionary to autocomplete a filter field.

display() dict[source]

Display one or several dashboards.

view() dict | Response[source]

Show dashboard configuration.

edit() dict[source]

Create or edit a dashboard.