The openstack_dashboard.contrib.sahara.content.data_processing.data_image_registry.views ModuleΒΆ

class openstack_dashboard.contrib.sahara.content.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 0x7fdfb4ca8210>
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb46aa050>
template_name = 'project/data_processing.data_image_registry/edit_tags.html'
class openstack_dashboard.contrib.sahara.content.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 0x7fdfb4ca81d0>
table_class

alias of ImageRegistryTable

template_name = 'project/data_processing.data_image_registry/image_registry.html'
class openstack_dashboard.contrib.sahara.content.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 0x7fdfb4ca8350>
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb4ca8690>
template_name = 'project/data_processing.data_image_registry/register_image.html'
openstack_dashboard.contrib.sahara.content.data_processing.data_image_registry.views.update_context_with_plugin_tags(request, context)[source]

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing.data_image_registry Module

Next topic

The openstack_dashboard.contrib.sahara.content.data_processing.data_image_registry.tables Module

Project Source

This Page