The horizon.dashboards.syspanel.images.views ModuleΒΆ

class horizon.dashboards.syspanel.images.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of _meta

IndexView.template_name = 'syspanel/images/index.html'
class horizon.dashboards.syspanel.images.views.UpdateView(**kwargs)[source]

Bases: horizon.dashboards.nova.images_and_snapshots.images.views.UpdateView

UpdateView.form_class

alias of AdminUpdateImageForm

UpdateView.template_name = 'syspanel/images/update.html'

Previous topic

The horizon.dashboards.syspanel.images.tables Module

Next topic

The horizon.dashboards.syspanel.images.tests Module

This Page