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

CreateVolumeTypeView.form_class

alias of CreateVolumeType

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

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

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.views.VolumeTableMixIn

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

Previous topic

The openstack_dashboard.dashboards.admin.volumes.panel Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.urls Module

This Page