The openstack_dashboard.dashboards.project.images.views ModuleΒΆ

Views for managing Images and Snapshots.

class openstack_dashboard.dashboards.project.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 ImagesTable

IndexView.template_name = 'project/images/index.html'

Previous topic

The openstack_dashboard.dashboards.project.images.urls Module

Next topic

The openstack_dashboard.dashboards.project.images Module

This Page