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

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

Bases: horizon.tabs.base.TableTab

get_quotas_data()[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f40bc7b10>
slug = 'quotas'
table_classes = (<class 'openstack_dashboard.dashboards.admin.defaults.tables.QuotasTable'>,)
template_name = 'horizon/common/_detail_table.html'
class openstack_dashboard.dashboards.admin.defaults.tabs.DefaultsTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

slug = 'defaults'
sticky = True
tabs = (<class 'openstack_dashboard.dashboards.admin.defaults.tabs.DefaultQuotasTab'>,)

Previous topic

The openstack_dashboard.dashboards.admin.defaults.workflows Module

Next topic

The openstack_dashboard.dashboards.admin.defaults.tables Module

Project Source

This Page