The openstack_dashboard.dashboards.project.data_processing.data_image_registry.views ModuleΒΆ

class openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.EditTagsView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of EditTagsForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x2aba15242390>
success_url = <django.utils.functional.__proxy__ object at 0x2aba15242a50>
template_name = 'project/data_processing.data_image_registry/edit_tags.html'
class openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.ImageRegistryView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x2aba152428d0>
table_class

alias of ImageRegistryTable

template_name = 'project/data_processing.data_image_registry/image_registry.html'
class openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.RegisterImageView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of RegisterImageForm

get_context_data(**kwargs)[source]
get_initial()[source]
page_title = <django.utils.functional.__proxy__ object at 0x2aba15242fd0>
success_url = <django.utils.functional.__proxy__ object at 0x2aba15242d50>
template_name = 'project/data_processing.data_image_registry/register_image.html'
openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.update_context_with_plugin_tags(request, context)[source]

Previous topic

The openstack_dashboard.dashboards.project.data_processing.data_image_registry.urls Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.data_image_registry.forms Module

This Page