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

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

Bases: horizon.tabs.base.TableTab

DefaultQuotasTab.get_quotas_data()[source]
DefaultQuotasTab.name = <django.utils.functional.__proxy__ object at 0x76dfc10>
DefaultQuotasTab.slug = 'quotas'
DefaultQuotasTab.table_classes = (<class 'openstack_dashboard.dashboards.admin.info.tables.QuotasTable'>,)
DefaultQuotasTab.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 0x74400d0>
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.DefaultQuotasTab'>)

Previous topic

The openstack_dashboard.dashboards.admin.info.views Module

Next topic

The openstack_dashboard.dashboards.admin.info.urls Module

This Page