The openstack_dashboard.dashboards.admin.overview.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.overview.views.GlobalOverview(*args, **kwargs)[source]

Bases: openstack_dashboard.usage.views.UsageView

csv_response_class

alias of GlobalUsageCsvRenderer

get_context_data(**kwargs)[source]
get_data()[source]
table_class

alias of GlobalUsageTable

template_name = 'admin/overview/usage.html'
usage_class

alias of GlobalUsage

class openstack_dashboard.dashboards.admin.overview.views.GlobalUsageCsvRenderer(request, template, context, content_type, **kwargs)[source]

Bases: horizon.utils.csvbase.BaseCsvResponse

columns = [<django.utils.functional.__proxy__ object at 0x7f066c4e2690>, <django.utils.functional.__proxy__ object at 0x7f066c4e2c50>, <django.utils.functional.__proxy__ object at 0x7f066c4e27d0>, <django.utils.functional.__proxy__ object at 0x7f066c4e25d0>, <django.utils.functional.__proxy__ object at 0x7f066c4e2d90>]
get_row_data()[source]