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

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateVolumeType

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

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

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateStatus

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_initial()[source]
success_url = <django.utils.functional.__proxy__ object at 0x7764610>
template_name = 'admin/volumes/volumes/update_status.html'

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volumes.tables Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.volumes.forms Module

This Page