The openstack_dashboard.dashboards.project.images.snapshots.views Module
Views for managing instance snapshots.
-
class openstack_dashboard.dashboards.project.images.snapshots.views.CreateView[source]
Bases: horizon.forms.views.ModalFormView
-
CreateView.form_class
alias of CreateSnapshot
-
CreateView.form_id = 'create_snapshot_form'
-
CreateView.get_context_data(**kwargs)[source]
-
CreateView.get_initial()[source]
-
CreateView.get_object(*args, **kwargs)[source]
-
CreateView.modal_header = <django.utils.functional.__proxy__ object at 0xf8890d0>
-
CreateView.modal_id = 'create_snapshot_modal'
-
CreateView.page_title = <django.utils.functional.__proxy__ object at 0xf889110>
-
CreateView.submit_label = <django.utils.functional.__proxy__ object at 0xf599990>
-
CreateView.submit_url = 'horizon:project:images:snapshots:create'
-
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xf72c0d0>
-
CreateView.template_name = 'project/images/snapshots/create.html'