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

class openstack_dashboard.dashboards.identity.roles.views.CreateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateRoleForm

form_id = 'create_role_form'
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3e2ee710>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3e2ee790>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3d443410>
submit_url = <django.utils.functional.__proxy__ object at 0x7f9f3e2ee250>
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3e2ee4d0>
template_name = 'identity/roles/create.html'
class openstack_dashboard.dashboards.identity.roles.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

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

alias of RolesTable

template_name = 'identity/roles/index.html'
class openstack_dashboard.dashboards.identity.roles.views.UpdateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateRoleForm

form_id = 'update_role_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3e2ee650>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3e2eeb90>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3e2ee110>
submit_url = 'horizon:identity:roles:update'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3e2eefd0>
template_name = 'identity/roles/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols.urls Module

Next topic

The openstack_dashboard.dashboards.identity.roles Module

Project Source

This Page