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

class openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.EditTagsView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

EditTagsView.form_class

alias of EditTagsForm

EditTagsView.get_context_data(**kwargs)[source]
EditTagsView.get_initial()[source]
EditTagsView.get_object(*args, **kwargs)[source]
EditTagsView.success_url = <django.utils.functional.__proxy__ object at 0x60b2b50>
EditTagsView.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

ImageRegistryView.get_data()[source]
ImageRegistryView.table_class

alias of ImageRegistryTable

ImageRegistryView.template_name = 'project/data_processing.data_image_registry/image_registry.html'
class openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.RegisterImageView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

RegisterImageView.form_class

alias of RegisterImageForm

RegisterImageView.get_context_data(**kwargs)[source]
RegisterImageView.get_initial()[source]
RegisterImageView.success_url = <django.utils.functional.__proxy__ object at 0x60b2d10>
RegisterImageView.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