The horizon.dashboards.nova.images_and_snapshots.views ModuleΒΆ

Views for managing Images and Snapshots.

class horizon.dashboards.nova.images_and_snapshots.views.DetailView[source]

Bases: horizon.tabs.views.TabView

DetailView.tab_group_class

alias of SnapshotDetailTabs

DetailView.template_name = 'nova/images_and_snapshots/snapshots/detail.html'
class horizon.dashboards.nova.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 'horizon.dashboards.nova.images_and_snapshots.images.tables.ImagesTable'>, <class 'horizon.dashboards.nova.images_and_snapshots.snapshots.tables.SnapshotsTable'>, <class 'horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tables.VolumeSnapshotsTable'>)
IndexView.template_name = 'nova/images_and_snapshots/index.html'

Previous topic

The horizon.dashboards.nova.images_and_snapshots.tests Module

Next topic

The horizon.dashboards.nova.images_and_snapshots.urls Module

This Page