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>
-
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>
-
slug
= 'protocols'
-
table_classes
= (<class 'openstack_dashboard.dashboards.identity.identity_providers.protocols.tables.ProtocolsTable'>,)
-
template_name
= 'horizon/common/_detail_table.html'
-