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 0xc564910>
CreateView.page_title = <django.utils.functional.__proxy__ object at 0xc5649d0>
CreateView.submit_label = <django.utils.functional.__proxy__ object at 0xda8ed10>
CreateView.submit_url = <django.utils.functional.__proxy__ object at 0xc564b50>
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xc564c10>
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 0x587b710>
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 0x587ba10>
UpdateView.page_title = <django.utils.functional.__proxy__ object at 0x587bf10>
UpdateView.submit_label = <django.utils.functional.__proxy__ object at 0x587b590>
UpdateView.submit_url = 'horizon:identity:roles:update'
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0x587b6d0>
UpdateView.template_name = 'identity/roles/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.roles Module

Next topic

The openstack_dashboard.dashboards.identity.roles.urls Module

This Page