The openstack_dashboard.dashboards.identity.projects.views ModuleΒΆ

class openstack_dashboard.dashboards.identity.projects.views.CreateProjectView[source]

Bases: horizon.workflows.views.WorkflowView

get_initial()[source]
workflow_class

alias of CreateProject

class openstack_dashboard.dashboards.identity.projects.views.DetailProjectView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
page_title = '{{ project.name }}'
template_name = 'identity/projects/detail.html'
class openstack_dashboard.dashboards.identity.projects.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
has_more_data(table)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf85602810>
table_class

alias of TenantsTable

template_name = 'identity/projects/index.html'
class openstack_dashboard.dashboards.identity.projects.views.ProjectUsageView(*args, **kwargs)[source]

Bases: openstack_dashboard.usage.views.UsageView

csv_response_class

alias of ProjectUsageCsvRenderer

csv_template_name = 'project/overview/usage.csv'
get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf85602750>
table_class

alias of ProjectUsageTable

template_name = 'identity/projects/usage.html'
usage_class

alias of ProjectUsage

class openstack_dashboard.dashboards.identity.projects.views.TenantContextMixin[source]

Bases: object

get_context_data(**kwargs)[source]
get_object(*args, **kwargs)[source]
class openstack_dashboard.dashboards.identity.projects.views.UpdateProjectView[source]

Bases: horizon.workflows.views.WorkflowView

get_initial()[source]
workflow_class

alias of UpdateProject

Previous topic

The openstack_dashboard.dashboards.identity.projects.tables Module

Next topic

The openstack_dashboard.dashboards.identity.projects Module

Project Source

This Page