The openstack_dashboard.dashboards.project.networks.subnets.views Module
Views for managing Neutron Subnets.
-
class openstack_dashboard.dashboards.project.networks.subnets.views.CreateView[source]
Bases: horizon.workflows.views.WorkflowView
-
CreateView.get_initial()[source]
-
CreateView.get_object(*args, **kwargs)[source]
-
CreateView.workflow_class
alias of CreateSubnet
-
class openstack_dashboard.dashboards.project.networks.subnets.views.DetailView[source]
Bases: horizon.tabs.views.TabView
-
DetailView.tab_group_class
alias of SubnetDetailTabs
-
DetailView.template_name = 'project/networks/subnets/detail.html'
-
class openstack_dashboard.dashboards.project.networks.subnets.views.UpdateView[source]
Bases: horizon.workflows.views.WorkflowView
-
UpdateView.get_initial()[source]
-
UpdateView.workflow_class
alias of UpdateSubnet