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 0x7f48514f8250>, <django.utils.functional.__proxy__ object at 0x7f48514f80d0>, <django.utils.functional.__proxy__ object at 0x7f48557ecfd0>, <django.utils.functional.__proxy__ object at 0x7f48531a8390>, <django.utils.functional.__proxy__ object at 0x7f48531a8450>]
get_row_data()[source]

Previous topic

The openstack_dashboard.dashboards.admin.overview.urls Module

Next topic

The openstack_dashboard.dashboards.admin.floating_ips.panel Module

Project Source

This Page