The openstack_dashboard.dashboards.router.nexus1000v.tabs ModuleΒΆ

class openstack_dashboard.dashboards.router.nexus1000v.tabs.IndexTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

IndexTabs.slug = 'indextabs'
IndexTabs.tabs = (<class 'openstack_dashboard.dashboards.router.nexus1000v.tabs.NetworkProfileTab'>, <class 'openstack_dashboard.dashboards.router.nexus1000v.tabs.PolicyProfileTab'>)
class openstack_dashboard.dashboards.router.nexus1000v.tabs.NetworkProfileTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

NetworkProfileTab.get_context_data(request)[source]
NetworkProfileTab.name = <django.utils.functional.__proxy__ object at 0x12e77950>
NetworkProfileTab.slug = 'network_profile'
NetworkProfileTab.template_name = 'router/nexus1000v/network_profile/index.html'
class openstack_dashboard.dashboards.router.nexus1000v.tabs.PolicyProfileTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

PolicyProfileTab.name = <django.utils.functional.__proxy__ object at 0x12e779d0>
PolicyProfileTab.preload = False
PolicyProfileTab.slug = 'policy_profile'
PolicyProfileTab.template_name = 'router/nexus1000v/policy_profile/index.html'

Previous topic

The openstack_dashboard.dashboards.router.nexus1000v.tests Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v.urls Module

This Page