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

class openstack_dashboard.dashboards.identity.users.views.ChangePasswordView[source]

Bases: horizon.forms.views.ModalFormView

ChangePasswordView.dispatch(*args, **kwargs)[source]
ChangePasswordView.form_class

alias of ChangePasswordForm

ChangePasswordView.form_id = 'change_user_password_form'
ChangePasswordView.get_context_data(**kwargs)[source]
ChangePasswordView.get_initial()[source]
ChangePasswordView.get_object(*args, **kwargs)[source]
ChangePasswordView.modal_header = <django.utils.functional.__proxy__ object at 0xe652410>
ChangePasswordView.page_title = <django.utils.functional.__proxy__ object at 0xe652c50>
ChangePasswordView.submit_label = <django.utils.functional.__proxy__ object at 0xe652f90>
ChangePasswordView.submit_url = 'horizon:identity:users:change_password'
ChangePasswordView.success_url = <django.utils.functional.__proxy__ object at 0xe652e10>
ChangePasswordView.template_name = 'identity/users/change_password.html'
class openstack_dashboard.dashboards.identity.users.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

CreateView.dispatch(*args, **kwargs)[source]
CreateView.form_class

alias of CreateUserForm

CreateView.form_id = 'create_user_form'
CreateView.get_form_kwargs()[source]
CreateView.get_initial()[source]
CreateView.modal_header = <django.utils.functional.__proxy__ object at 0xe663350>
CreateView.page_title = <django.utils.functional.__proxy__ object at 0xe652f50>
CreateView.submit_label = <django.utils.functional.__proxy__ object at 0x8ce7410>
CreateView.submit_url = <django.utils.functional.__proxy__ object at 0xe652f10>
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xe652ed0>
CreateView.template_name = 'identity/users/create.html'
class openstack_dashboard.dashboards.identity.users.views.DetailView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

DetailView.get_context_data(**kwargs)[source]
DetailView.get_data(*args, **kwargs)[source]
DetailView.get_redirect_url()[source]
DetailView.get_tenant(*args, **kwargs)[source]
DetailView.page_title = <django.utils.functional.__proxy__ object at 0xe652e90>
DetailView.template_name = 'identity/users/detail.html'
class openstack_dashboard.dashboards.identity.users.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.page_title = <django.utils.functional.__proxy__ object at 0xe663090>
IndexView.table_class

alias of UsersTable

IndexView.template_name = 'identity/users/index.html'
class openstack_dashboard.dashboards.identity.users.views.UpdateView[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.dispatch(*args, **kwargs)[source]
UpdateView.form_class

alias of UpdateUserForm

UpdateView.form_id = 'update_user_form'
UpdateView.get_context_data(**kwargs)[source]
UpdateView.get_initial()[source]
UpdateView.get_object(*args, **kwargs)[source]
UpdateView.modal_header = <django.utils.functional.__proxy__ object at 0xe6636d0>
UpdateView.page_title = <django.utils.functional.__proxy__ object at 0xe663390>
UpdateView.submit_label = <django.utils.functional.__proxy__ object at 0xe663310>
UpdateView.submit_url = 'horizon:identity:users:update'
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0xe663b10>
UpdateView.template_name = 'identity/users/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.users Module

Next topic

The openstack_dashboard.dashboards.identity.users.urls Module

This Page