The openstack_dashboard.dashboards.admin.info.tabs ModuleΒΆ

class openstack_dashboard.dashboards.admin.info.tabs.HostAggregatesTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

HostAggregatesTab.get_aggregates_data()[source]
HostAggregatesTab.name = <django.utils.functional.__proxy__ object at 0x70a3f10>
HostAggregatesTab.slug = 'aggregates'
HostAggregatesTab.table_classes = (<class 'openstack_dashboard.dashboards.admin.info.tables.AggregatesTable'>,)
HostAggregatesTab.template_name = 'horizon/common/_detail_table.html'
class openstack_dashboard.dashboards.admin.info.tabs.NetworkAgentsTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

NetworkAgentsTab.allowed(request)[source]
NetworkAgentsTab.get_network_agents_data()[source]
NetworkAgentsTab.name = <django.utils.functional.__proxy__ object at 0x70a1190>
NetworkAgentsTab.slug = 'network_agents'
NetworkAgentsTab.table_classes = (<class 'openstack_dashboard.dashboards.admin.info.tables.NetworkAgentsTable'>,)
NetworkAgentsTab.template_name = 'horizon/common/_detail_table.html'
class openstack_dashboard.dashboards.admin.info.tabs.NovaServicesTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

NovaServicesTab.get_nova_services_data()[source]
NovaServicesTab.name = <django.utils.functional.__proxy__ object at 0x70a1090>
NovaServicesTab.slug = 'nova_services'
NovaServicesTab.table_classes = (<class 'openstack_dashboard.dashboards.admin.info.tables.NovaServicesTable'>,)
NovaServicesTab.template_name = 'horizon/common/_detail_table.html'
class openstack_dashboard.dashboards.admin.info.tabs.ServicesTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

ServicesTab.get_services_data()[source]
ServicesTab.name = <django.utils.functional.__proxy__ object at 0x710dc90>
ServicesTab.slug = 'services'
ServicesTab.table_classes = (<class 'openstack_dashboard.dashboards.admin.info.tables.ServicesTable'>,)
ServicesTab.template_name = 'horizon/common/_detail_table.html'
class openstack_dashboard.dashboards.admin.info.tabs.SystemInfoTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

SystemInfoTabs.slug = 'system_info'
SystemInfoTabs.sticky = True
SystemInfoTabs.tabs = (<class 'openstack_dashboard.dashboards.admin.info.tabs.ServicesTab'>, <class 'openstack_dashboard.dashboards.admin.info.tabs.NovaServicesTab'>, <class 'openstack_dashboard.dashboards.admin.info.tabs.ZonesTab'>, <class 'openstack_dashboard.dashboards.admin.info.tabs.HostAggregatesTab'>, <class 'openstack_dashboard.dashboards.admin.info.tabs.NetworkAgentsTab'>)
class openstack_dashboard.dashboards.admin.info.tabs.ZonesTab(tab_group, request)[source]

Bases: horizon.tabs.base.TableTab

ZonesTab.get_zones_data()[source]
ZonesTab.name = <django.utils.functional.__proxy__ object at 0x70a3ed0>
ZonesTab.slug = 'zones'
ZonesTab.table_classes = (<class 'openstack_dashboard.dashboards.admin.info.tables.ZonesTable'>,)
ZonesTab.template_name = 'horizon/common/_detail_table.html'

Previous topic

The openstack_dashboard.dashboards.admin.info.urls Module

Next topic

The openstack_dashboard.dashboards.admin.info.views Module

This Page