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
-
AddRuleView.form_class
alias of AddRule
-
AddRuleView.get_context_data(**kwargs)[source]
-
AddRuleView.get_form_kwargs()[source]
-
AddRuleView.get_initial()[source]
-
AddRuleView.get_success_url()[source]
-
AddRuleView.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
-
CreateView.form_class
alias of CreateGroup
-
CreateView.success_url = <django.utils.functional.__proxy__ object at 0x792eb10>
-
CreateView.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
-
DetailView.get_context_data(**kwargs)[source]
-
DetailView.get_data()[source]
-
DetailView.table_class
alias of RulesTable
-
DetailView.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
-
UpdateView.form_class
alias of UpdateGroup
-
UpdateView.get_context_data(**kwargs)[source]
-
UpdateView.get_initial()[source]
-
UpdateView.get_object(*args, **kwargs)[source]
-
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0x792ee90>
-
UpdateView.template_name = 'project/access_and_security/security_groups/update.html'