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

class openstack_dashboard.dashboards.admin.info.tables.QuotaFilterAction(verbose_name=None, param_name=None)[source]

Bases: horizon.tables.actions.FilterAction

QuotaFilterAction.filter(table, tenants, filter_string)[source]
class openstack_dashboard.dashboards.admin.info.tables.QuotasTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class QuotasTable.Meta[source]
QuotasTable.get_object_id(obj)[source]
class openstack_dashboard.dashboards.admin.info.tables.ServiceFilterAction(verbose_name=None, param_name=None)[source]

Bases: horizon.tables.actions.FilterAction

ServiceFilterAction.filter(table, services, filter_string)[source]
class openstack_dashboard.dashboards.admin.info.tables.ServicesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class ServicesTable.Meta[source]
openstack_dashboard.dashboards.admin.info.tables.get_enabled(service, reverse=False)[source]
openstack_dashboard.dashboards.admin.info.tables.get_quota_name(quota)[source]
openstack_dashboard.dashboards.admin.info.tables.get_stats(service)[source]

Previous topic

The openstack_dashboard.dashboards.admin.info.urls Module

Next topic

The openstack_dashboard.dashboards.admin.info.views Module

This Page