The openstack_dashboard.dashboards.project.volumes.volumes.views Module
Views for managing volumes.
-
class openstack_dashboard.dashboards.project.volumes.volumes.views.CreateSnapshotView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
CreateSnapshotView.form_class
alias of CreateSnapshotForm
-
CreateSnapshotView.get_context_data(**kwargs)[source]
-
CreateSnapshotView.get_initial()[source]
-
CreateSnapshotView.success_url = <django.utils.functional.__proxy__ object at 0x8efc950>
-
CreateSnapshotView.template_name = 'project/volumes/volumes/create_snapshot.html'
-
class openstack_dashboard.dashboards.project.volumes.volumes.views.CreateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
CreateView.form_class
alias of CreateForm
-
CreateView.get_context_data(**kwargs)[source]
-
CreateView.success_url = <django.utils.functional.__proxy__ object at 0x8efc8d0>
-
CreateView.template_name = 'project/volumes/volumes/create.html'
-
class openstack_dashboard.dashboards.project.volumes.volumes.views.DetailView[source]
Bases: horizon.tabs.views.TabView
-
DetailView.get_context_data(**kwargs)[source]
-
DetailView.get_data(*args, **kwargs)[source]
-
DetailView.get_tabs(request, *args, **kwargs)[source]
-
DetailView.tab_group_class
alias of VolumeDetailTabs
-
DetailView.template_name = 'project/volumes/volumes/detail.html'
-
class openstack_dashboard.dashboards.project.volumes.volumes.views.EditAttachmentsView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView, horizon.forms.views.ModalFormView
-
EditAttachmentsView.form_class
alias of AttachForm
-
EditAttachmentsView.get(request, *args, **kwargs)[source]
-
EditAttachmentsView.get_context_data(**kwargs)[source]
-
EditAttachmentsView.get_data()[source]
-
EditAttachmentsView.get_form(*args, **kwargs)[source]
-
EditAttachmentsView.get_initial()[source]
-
EditAttachmentsView.get_object(*args, **kwargs)[source]
-
EditAttachmentsView.post(request, *args, **kwargs)[source]
-
EditAttachmentsView.success_url = <django.utils.functional.__proxy__ object at 0x8efc9d0>
-
EditAttachmentsView.table_class
alias of AttachmentsTable
-
EditAttachmentsView.template_name = 'project/volumes/volumes/attach.html'
-
class openstack_dashboard.dashboards.project.volumes.volumes.views.ExtendView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
ExtendView.form_class
alias of ExtendForm
-
ExtendView.get_context_data(**kwargs)[source]
-
ExtendView.get_initial()[source]
-
ExtendView.get_object()[source]
-
ExtendView.success_url = <django.utils.functional.__proxy__ object at 0x8efc910>
-
ExtendView.template_name = 'project/volumes/volumes/extend.html'
-
class openstack_dashboard.dashboards.project.volumes.volumes.views.UpdateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
UpdateView.form_class
alias of UpdateForm
-
UpdateView.get_context_data(**kwargs)[source]
-
UpdateView.get_initial()[source]
-
UpdateView.get_object()[source]
-
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0x8efc990>
-
UpdateView.template_name = 'project/volumes/volumes/update.html'