The horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tabs ModuleΒΆ

class horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tabs.OverviewTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

OverviewTab.get_context_data(request)[source]
OverviewTab.name = <django.utils.functional.__proxy__ object at 0xaceceec>
OverviewTab.slug = 'overview'
OverviewTab.template_name = 'nova/images_and_snapshots/snapshots/_detail_overview.html'
class horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tabs.SnapshotDetailTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

SnapshotDetailTabs.slug = 'snapshot_details'
SnapshotDetailTabs.tabs = (<class 'horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tabs.OverviewTab'>,)

Previous topic

The horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tables Module

Next topic

The horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tests Module

This Page