The openstack_dashboard.dashboards.admin.networks.subnets.views
ModuleΒΆ
-
class
openstack_dashboard.dashboards.admin.networks.subnets.views.
CreateView
[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.views.CreateView
-
workflow_class
alias of
CreateSubnet
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.views.
DetailView
[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.views.DetailView
-
get_context_data
(**kwargs)[source]
-
static
get_network_detail_url
(network_id)[source]
-
static
get_redirect_url
()[source]
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.views.
UpdateView
[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.views.UpdateView
-
workflow_class
alias of
UpdateSubnet
-