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

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

Bases: horizon.forms.views.ModalFormView

AddUserView.context_object_name = 'tenant'
AddUserView.form_class

alias of AddUser

AddUserView.get_context_data(**kwargs)[source]
AddUserView.get_form_kwargs()[source]
AddUserView.get_initial()[source]
AddUserView.get_object(*args, **kwargs)[source]
AddUserView.template_name = 'syspanel/projects/add_user.html'
class horizon.dashboards.syspanel.projects.views.CreateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateTenant

CreateView.template_name = 'syspanel/projects/create.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 name

IndexView.template_name = 'syspanel/projects/index.html'
class horizon.dashboards.syspanel.projects.views.QuotasView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

QuotasView.context_object_name = 'tenant'
QuotasView.form_class

alias of UpdateQuotas

QuotasView.get_initial()[source]
QuotasView.get_object(*args, **kwargs)[source]
QuotasView.template_name = 'syspanel/projects/quotas.html'
class horizon.dashboards.syspanel.projects.views.TenantUsageView(*args, **kwargs)[source]

Bases: horizon.usage.views.UsageView

TenantUsageView.get_data()[source]
TenantUsageView.table_class

alias of Meta

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

alias of TenantUsage

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

Bases: horizon.forms.views.ModalFormView

UpdateView.context_object_name = 'tenant'
UpdateView.form_class

alias of UpdateTenant

UpdateView.get_initial()[source]
UpdateView.get_object(*args, **kwargs)[source]
UpdateView.template_name = 'syspanel/projects/update.html'
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._meta'>, <class 'horizon.dashboards.syspanel.projects.tables._meta'>)
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