The horizon.dashboards.nova.containers.views Module
Views for managing Swift containers.
-
class horizon.dashboards.nova.containers.views.CopyView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
CopyView.form_class
alias of CopyObject
-
CopyView.get_context_data(**kwargs)[source]
-
CopyView.get_form_kwargs()[source]
-
CopyView.get_initial()[source]
-
CopyView.template_name = 'nova/objects/copy.html'
-
class horizon.dashboards.nova.containers.views.CreateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
CreateView.form_class
alias of CreateContainer
-
CreateView.template_name = 'nova/containers/create.html'
-
class horizon.dashboards.nova.containers.views.IndexView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView
-
IndexView.get_data()[source]
-
IndexView.has_more_data(table)[source]
-
IndexView.table_class
alias of size
-
IndexView.template_name = 'nova/containers/index.html'
-
class horizon.dashboards.nova.containers.views.ObjectIndexView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView
-
ObjectIndexView.get_context_data(**kwargs)[source]
-
ObjectIndexView.get_data()[source]
-
ObjectIndexView.has_more_data(table)[source]
-
ObjectIndexView.table_class
alias of name
-
ObjectIndexView.template_name = 'nova/objects/index.html'
-
class horizon.dashboards.nova.containers.views.UploadView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
UploadView.form_class
alias of UploadObject
-
UploadView.get_context_data(**kwargs)[source]
-
UploadView.get_initial()[source]
-
UploadView.template_name = 'nova/objects/upload.html'
-
horizon.dashboards.nova.containers.views.object_download(request, container_name, object_name)[source]