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

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

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
tab_group_class

alias of SnapshotDetailTabs

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

Bases: horizon.tabs.views.TabbedTableView

tab_group_class

alias of VolumeAndSnapshotTabs

template_name = 'project/volumes/index.html'

Previous topic

The openstack_dashboard.dashboards.project.routers.extensions.routerrules.rulemanager Module

Next topic

The openstack_dashboard.dashboards.project.volumes.test Module

This Page