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

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

Bases: horizon.tabs.base.TabGroup

slug = '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

get_context_data(request)[source]
name = <django.utils.functional.__proxy__ object at 0xaeae9e70>
slug = 'network_profile'
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

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

Previous topic

The openstack_dashboard.dashboards.router.nexus1000v.forms Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v.urls Module

This Page