The openstack_dashboard.dashboards.project.access_and_security.security_groups.views Module
Views for managing instances.
-
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.AddRuleView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
form_class
alias of AddRule
-
get_context_data(**kwargs)[source]
-
get_form_kwargs()[source]
-
get_initial()[source]
-
get_success_url()[source]
-
template_name = 'project/access_and_security/security_groups/add_rule.html'
-
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.CreateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
form_class
alias of CreateGroup
-
success_url = <django.utils.functional.__proxy__ object at 0xb35183f0>
-
template_name = 'project/access_and_security/security_groups/create.html'
-
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.DetailView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView
-
get_context_data(**kwargs)[source]
-
get_data()[source]
-
table_class
alias of RulesTable
-
template_name = 'project/access_and_security/security_groups/detail.html'
-
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.UpdateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
form_class
alias of UpdateGroup
-
get_context_data(**kwargs)[source]
-
get_initial()[source]
-
get_object(*args, **kwargs)[source]
-
success_url = <django.utils.functional.__proxy__ object at 0xb3518370>
-
template_name = 'project/access_and_security/security_groups/update.html'