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

class openstack_dashboard.dashboards.identity.identity_providers.views.DetailView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

failure_url = <django.utils.functional.__proxy__ object at 0x7faf85511410>
get_context_data(**kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
page_title = '{{ identity_provider.id }}'
tab_group_class

alias of IdPDetailTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.identity.identity_providers.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

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

alias of IdentityProvidersTable

template_name = 'identity/identity_providers/index.html'
class openstack_dashboard.dashboards.identity.identity_providers.views.RegisterView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of RegisterIdPForm

form_id = 'register_identity_provider_form'
modal_header = <django.utils.functional.__proxy__ object at 0x7faf85511590>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85511910>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf855112d0>
submit_url = <django.utils.functional.__proxy__ object at 0x7faf85511a50>
success_url = <django.utils.functional.__proxy__ object at 0x7faf85511dd0>
template_name = 'identity/identity_providers/register.html'
class openstack_dashboard.dashboards.identity.identity_providers.views.UpdateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateIdPForm

form_id = 'update_identity_providers_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7faf855115d0>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85511090>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf85511710>
submit_url = 'horizon:identity:identity_providers:update'
success_url = <django.utils.functional.__proxy__ object at 0x7faf85511490>
template_name = 'identity/identity_providers/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.tables Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers Module

Project Source

This Page