The openstack_dashboard.dashboards.project.networks.views Module
Views for managing Neutron Networks.
-
class openstack_dashboard.dashboards.project.networks.views.CreateView[source]
Bases: horizon.workflows.views.WorkflowView
-
ajax_template_name = 'project/networks/create.html'
-
workflow_class
alias of CreateNetwork
-
class openstack_dashboard.dashboards.project.networks.views.DetailView(*args, **kwargs)[source]
Bases: horizon.tables.views.MultiTableView
-
get_context_data(**kwargs)[source]
-
get_ports_data()[source]
-
static get_redirect_url()[source]
-
get_subnets_data()[source]
-
page_title = '{{ network.name | default:network.id }}'
-
table_classes = (<class 'openstack_dashboard.dashboards.project.networks.subnets.tables.SubnetsTable'>, <class 'openstack_dashboard.dashboards.project.networks.ports.tables.PortsTable'>)
-
template_name = 'project/networks/detail.html'
-
class openstack_dashboard.dashboards.project.networks.views.IndexView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView
-
get_data()[source]
-
page_title = <django.utils.functional.__proxy__ object at 0x7f446e6da750>
-
table_class
alias of NetworksTable
-
template_name = 'project/networks/index.html'
-
class openstack_dashboard.dashboards.project.networks.views.UpdateView(*args, **kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
context_object_name = 'network'
-
form_class
alias of UpdateNetwork
-
form_id = 'update_network_form'
-
get_context_data(**kwargs)[source]
-
get_initial()[source]
-
modal_header = <django.utils.functional.__proxy__ object at 0x7f446e6da790>
-
page_title = <django.utils.functional.__proxy__ object at 0x7f446e2ce4d0>
-
submit_label = <django.utils.functional.__proxy__ object at 0x7f446e6da310>
-
submit_url = 'horizon:project:networks:update'
-
success_url = <django.utils.functional.__proxy__ object at 0x7f446e2ce510>
-
template_name = 'project/networks/update.html'