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

class openstack_dashboard.dashboards.project.overview.views.ProjectOverview(*args, **kwargs)[source]

Bases: openstack_dashboard.usage.views.UsageView

csv_response_class

alias of ProjectUsageCsvRenderer

get_data()[source]
table_class

alias of ProjectUsageTable

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

alias of ProjectUsage

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

Bases: horizon.utils.csvbase.BaseCsvResponse

columns = [<django.utils.functional.__proxy__ object at 0xf3fcbd8c>, <django.utils.functional.__proxy__ object at 0xf3fcbd2c>, <django.utils.functional.__proxy__ object at 0xf3fcbf6c>, <django.utils.functional.__proxy__ object at 0xf3fcbf8c>, <django.utils.functional.__proxy__ object at 0xf3fcbfcc>, <django.utils.functional.__proxy__ object at 0xf3fcd04c>, <django.utils.functional.__proxy__ object at 0xf3fcd06c>]
get_row_data()[source]
class openstack_dashboard.dashboards.project.overview.views.WarningView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

template_name = 'project/_warning.html'

Previous topic

The openstack_dashboard.dashboards.project.firewalls.tabs Module

Next topic

The openstack_dashboard.dashboards.project.overview.tests Module

This Page