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

get_initial()[source]
get_object(*args, **kwargs)[source]
workflow_class

alias of CreateSubnet

class openstack_dashboard.dashboards.project.networks.subnets.views.DetailView[source]

Bases: horizon.tabs.views.TabView

tab_group_class

alias of SubnetDetailTabs

template_name = 'project/networks/subnets/detail.html'
class openstack_dashboard.dashboards.project.networks.subnets.views.UpdateView[source]

Bases: horizon.workflows.views.WorkflowView

get_initial()[source]
workflow_class

alias of UpdateSubnet

Previous topic

The openstack_dashboard.dashboards.project.networks.subnets.tables Module

Next topic

The openstack_dashboard.dashboards.project.networks.subnets.workflows Module

This Page