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

Admin views for managing volumes and snapshots.

class openstack_dashboard.dashboards.admin.volumes.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

page_title = <django.utils.functional.__proxy__ object at 0x7faf85602f90>
tab_group_class

alias of VolumesGroupTabs

template_name = 'admin/volumes/index.html'

Previous topic

The openstack_dashboard.dashboards.admin.volumes.urls Module

Next topic

The openstack_dashboard.dashboards.admin.volumes Module

Project Source

This Page