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

Views for managing Images and Snapshots.

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.table_classes = (<class 'horizon.dashboards.nova.images_and_snapshots.images.tables._meta'>, <class 'horizon.dashboards.nova.images_and_snapshots.snapshots.tables._meta'>, <class 'horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tables.volume_id'>)
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