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]
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

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

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups.tests Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups Module

This Page