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'