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

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

Bases: horizon.workflows.views.WorkflowView

CreateProjectView.get_initial()[source]
CreateProjectView.workflow_class

alias of CreateProject

class openstack_dashboard.dashboards.admin.projects.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.has_more_data(table)[source]
IndexView.table_class

alias of TenantsTable

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

Bases: openstack_dashboard.usage.views.UsageView

ProjectUsageView.csv_response_class

alias of ProjectUsageCsvRenderer

ProjectUsageView.csv_template_name = 'project/overview/usage.csv'
ProjectUsageView.get_data()[source]
ProjectUsageView.table_class

alias of ProjectUsageTable

ProjectUsageView.template_name = 'admin/projects/usage.html'
ProjectUsageView.usage_class

alias of ProjectUsage

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

Bases: object

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

Bases: horizon.workflows.views.WorkflowView

UpdateProjectView.get_initial()[source]
UpdateProjectView.workflow_class

alias of UpdateProject

Previous topic

The openstack_dashboard.dashboards.admin.projects.urls Module

Next topic

The openstack_dashboard.dashboards.admin.projects Module

This Page