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

class horizon.dashboards.syspanel.images.views.DetailView[source]

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

Admin placeholder for image detail view.

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

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.has_more_data(table)[source]
IndexView.table_class

alias of AdminImagesTable

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.success_url = <django.utils.functional.__proxy__ object at 0xafdaccc>
UpdateView.template_name = 'syspanel/images/update.html'

Previous topic

The horizon.dashboards.syspanel.images.tests Module

Next topic

The horizon.dashboards.syspanel.images.urls Module

This Page