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

Views for managing Images and Snapshots.

class openstack_dashboard.dashboards.project.images_and_snapshots.views.DetailView[source]

Bases: horizon.tabs.views.TabView

DetailView.tab_group_class

alias of SnapshotDetailTabs

DetailView.template_name = 'project/images_and_snapshots/snapshots/detail.html'
class openstack_dashboard.dashboards.project.images_and_snapshots.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

IndexView.get_images_data()[source]
IndexView.get_snapshots_data()[source]
IndexView.get_volume_snapshots_data()[source]
IndexView.has_more_data(table)[source]
IndexView.table_classes = (<class 'openstack_dashboard.dashboards.project.images_and_snapshots.images.tables.ImagesTable'>, <class 'openstack_dashboard.dashboards.project.images_and_snapshots.snapshots.tables.SnapshotsTable'>, <class 'openstack_dashboard.dashboards.project.images_and_snapshots.volume_snapshots.tables.VolumeSnapshotsTable'>)
IndexView.template_name = 'project/images_and_snapshots/index.html'

Previous topic

The openstack_dashboard.dashboards.project.images_and_snapshots.panel Module

Next topic

The openstack_dashboard.dashboards.project.images_and_snapshots.urls Module

This Page