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 0x2b0c56250390>, <django.utils.functional.__proxy__ object at 0x2b0c56250950>, <django.utils.functional.__proxy__ object at 0x2b0c5630d450>, <django.utils.functional.__proxy__ object at 0x2b0c54e3dd10>, <django.utils.functional.__proxy__ object at 0x2b0c54e3d4d0>, <django.utils.functional.__proxy__ object at 0x2b0c54e3d5d0>, <django.utils.functional.__proxy__ object at 0x2b0c54e3ded0>]
get_row_data()
class openstack_dashboard.dashboards.project.overview.views.WarningView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

template_name = 'project/_warning.html'