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

class openstack_dashboard.dashboards.identity.roles.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateRoleForm

CreateView.form_id = 'create_role_form'
CreateView.modal_header = <django.utils.functional.__proxy__ object at 0xd46e610>
CreateView.page_title = <django.utils.functional.__proxy__ object at 0xd46e190>
CreateView.submit_label = <django.utils.functional.__proxy__ object at 0xd46e7d0>
CreateView.submit_url = <django.utils.functional.__proxy__ object at 0xd46ef10>
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xd46e110>
CreateView.template_name = 'identity/roles/create.html'
class openstack_dashboard.dashboards.identity.roles.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

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

alias of RolesTable

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

Bases: horizon.forms.views.ModalFormView

UpdateView.form_class

alias of UpdateRoleForm

UpdateView.form_id = 'update_role_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 0xd5e0590>
UpdateView.page_title = <django.utils.functional.__proxy__ object at 0xd46e2d0>
UpdateView.submit_label = <django.utils.functional.__proxy__ object at 0xd5e03d0>
UpdateView.submit_url = 'horizon:identity:roles:update'
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0xd46e0d0>
UpdateView.template_name = 'identity/roles/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.roles Module

Next topic

The openstack_dashboard.dashboards.identity.roles.forms Module

This Page