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

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

Bases: openstack_dashboard.dashboards.project.images_and_snapshots.images.views.CreateView

CreateView.form_class

alias of AdminCreateImageForm

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

Bases: openstack_dashboard.dashboards.project.images_and_snapshots.images.views.DetailView

Admin placeholder for image detail view.

class openstack_dashboard.dashboards.admin.images.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 AdminImagesTable

IndexView.template_name = 'admin/images/index.html'
class openstack_dashboard.dashboards.admin.images.views.UpdateView(**kwargs)[source]

Bases: openstack_dashboard.dashboards.project.images_and_snapshots.images.views.UpdateView

UpdateView.form_class

alias of AdminUpdateImageForm

UpdateView.success_url = <django.utils.functional.__proxy__ object at 0x7d379d0>
UpdateView.template_name = 'admin/images/update.html'

Previous topic

The openstack_dashboard.dashboards.admin.images.panel Module

Next topic

The openstack_dashboard.dashboards.admin.images.urls Module

This Page