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

class openstack_dashboard.dashboards.identity.identity_providers.tabs.IdPDetailTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

slug = 'idp_details'
sticky = True
tabs = (<class 'openstack_dashboard.dashboards.identity.identity_providers.tabs.OverviewTab'>, <class 'openstack_dashboard.dashboards.identity.identity_providers.tabs.ProtocolsTab'>)
class openstack_dashboard.dashboards.identity.identity_providers.tabs.OverviewTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

get_context_data(request)[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f408aea50>
slug = 'overview'
template_name = 'identity/identity_providers/_detail_overview.html'
class openstack_dashboard.dashboards.identity.identity_providers.tabs.ProtocolsTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

get_idp_protocols_data()[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f408ae9d0>
slug = 'protocols'
table_classes = (<class 'openstack_dashboard.dashboards.identity.identity_providers.protocols.tables.ProtocolsTable'>,)
template_name = 'horizon/common/_detail_table.html'

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.forms Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.tables Module

Project Source

This Page