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

Admin views for managing volumes.

class openstack_dashboard.dashboards.admin.volumes.views.CreateVolumeTypeView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateVolumeType

get_success_url()[source]
success_url = 'horizon:admin:volumes:index'
template_name = 'admin/volumes/create_volume_type.html'
class openstack_dashboard.dashboards.admin.volumes.views.DetailView[source]

Bases: openstack_dashboard.dashboards.project.volumes.volumes.views.DetailView

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

Bases: horizon.tables.views.MultiTableView, openstack_dashboard.dashboards.project.volumes.tabs.VolumeTableMixIn

get_volume_types_data()[source]
get_volumes_data()[source]
table_classes = (<class 'openstack_dashboard.dashboards.admin.volumes.tables.VolumesTable'>, <class 'openstack_dashboard.dashboards.admin.volumes.tables.VolumeTypesTable'>)
template_name = 'admin/volumes/index.html'

Previous topic

The openstack_dashboard.dashboards.admin.overview.panel Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.tests Module

This Page