The horizon.dashboards.syspanel.projects.views ModuleΒΆ

class horizon.dashboards.syspanel.projects.views.CreateProjectView[source]

Bases: horizon.workflows.views.WorkflowView

CreateProjectView.get_initial()[source]
CreateProjectView.template_name = 'syspanel/projects/create.html'
CreateProjectView.workflow_class

alias of CreateProject

class horizon.dashboards.syspanel.projects.views.CreateUserView(**kwargs)[source]

Bases: horizon.dashboards.syspanel.users.views.CreateView

CreateUserView.form_class

alias of CreateUser

CreateUserView.get_context_data(**kwargs)[source]
CreateUserView.get_initial()[source]
CreateUserView.success_url = <django.utils.functional.__proxy__ object at 0xb20232c>
CreateUserView.template_name = 'syspanel/projects/create_user.html'
class horizon.dashboards.syspanel.projects.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of TenantsTable

IndexView.template_name = 'syspanel/projects/index.html'
class horizon.dashboards.syspanel.projects.views.TenantContextMixin[source]

Bases: object

TenantContextMixin.get_context_data(**kwargs)[source]
TenantContextMixin.get_object()[source]
class horizon.dashboards.syspanel.projects.views.TenantUsageView(*args, **kwargs)[source]

Bases: horizon.usage.views.UsageView

TenantUsageView.get_data()[source]
TenantUsageView.table_class

alias of TenantUsageTable

TenantUsageView.template_name = 'syspanel/projects/usage.html'
TenantUsageView.usage_class

alias of TenantUsage

class horizon.dashboards.syspanel.projects.views.UpdateProjectView[source]

Bases: horizon.workflows.views.WorkflowView

UpdateProjectView.get_initial()[source]
UpdateProjectView.template_name = 'syspanel/projects/update.html'
UpdateProjectView.workflow_class

alias of UpdateProject

class horizon.dashboards.syspanel.projects.views.UsersView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

UsersView.get_add_users_data()[source]
UsersView.get_context_data(**kwargs)[source]
UsersView.get_tenant_users_data()[source]
UsersView.table_classes = (<class 'horizon.dashboards.syspanel.projects.tables.TenantUsersTable'>, <class 'horizon.dashboards.syspanel.projects.tables.AddUsersTable'>)
UsersView.template_name = 'syspanel/projects/users.html'

Previous topic

The horizon.dashboards.syspanel.projects.tests Module

Next topic

The horizon.dashboards.syspanel.projects.urls Module

This Page