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

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_volume_snapshots_data()[source]
IndexView.has_more_data(table)[source]

Previous topic

The openstack_dashboard.dashboards.project.images_and_snapshots.tests Module

Next topic

The openstack_dashboard.dashboards.project.images_and_snapshots.images.urls Module

This Page