The openstack_dashboard.dashboards.identity.domains.views ModuleΒΆ

class openstack_dashboard.dashboards.identity.domains.views.CreateDomainView[source]

Bases: horizon.workflows.views.WorkflowView

workflow_class

alias of CreateDomain

class openstack_dashboard.dashboards.identity.domains.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

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

alias of DomainsTable

template_name = 'identity/domains/index.html'
class openstack_dashboard.dashboards.identity.domains.views.UpdateDomainView[source]

Bases: horizon.workflows.views.WorkflowView

get_initial()[source]
workflow_class

alias of UpdateDomain

Previous topic

The openstack_dashboard.dashboards.identity.mappings.urls Module

Next topic

The openstack_dashboard.dashboards.identity.domains Module

Project Source

This Page