The openstack_dashboard.dashboards.project.images.images.views ModuleΒΆ

Views for managing images.

class openstack_dashboard.dashboards.project.images.images.views.CreateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'image'
form_class

alias of CreateImageForm

success_url = <django.utils.functional.__proxy__ object at 0xb3578630>
template_name = 'project/images/images/create.html'
class openstack_dashboard.dashboards.project.images.images.views.DetailView[source]

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
tab_group_class

alias of ImageDetailTabs

template_name = 'project/images/images/detail.html'
class openstack_dashboard.dashboards.project.images.images.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateImageForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
success_url = <django.utils.functional.__proxy__ object at 0xb3578bf0>
template_name = 'project/images/images/update.html'

Previous topic

The openstack_dashboard.dashboards.project.images.images.tables Module

Next topic

The openstack_dashboard.dashboards.project.images.images Module

This Page