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 0x7d8ded0>
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_data()[source]
DetailView.table_class

alias of RulesTable

DetailView.template_name = 'project/access_and_security/security_groups/detail.html'