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.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.tabs.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'