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 0x7faf85f9cf90>, <django.utils.functional.__proxy__ object at 0x7faf85f9c8d0>, <django.utils.functional.__proxy__ object at 0x7faf85f9c590>, <django.utils.functional.__proxy__ object at 0x7faf85f9cad0>, <django.utils.functional.__proxy__ object at 0x7faf85f9c0d0>]
get_row_data()[source]

Previous topic

The openstack_dashboard.dashboards.admin.overview.urls Module

Next topic

The openstack_dashboard.dashboards.admin.overview Module

Project Source

This Page