The openstack_dashboard.dashboards.project.routers.views ModuleΒΆ

Views for managing Neutron Routers.

class openstack_dashboard.dashboards.project.routers.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateForm

form_id = 'create_router_form'
modal_header = <django.utils.functional.__proxy__ object at 0x7fdfb2a03090>
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb2a03050>
submit_label = <django.utils.functional.__proxy__ object at 0x7fdfb2a038d0>
submit_url = <django.utils.functional.__proxy__ object at 0x7fdfb2a03150>
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb2a03c50>
template_name = 'project/routers/create.html'
class openstack_dashboard.dashboards.project.routers.views.DetailView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

failure_url = <django.utils.functional.__proxy__ object at 0x7fdfb694a350>
get_context_data(**kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb694a190>
tab_group_class

alias of RouterDetailTabs

template_name = 'project/routers/detail.html'
class openstack_dashboard.dashboards.project.routers.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb694a0d0>
table_class

alias of RoutersTable

template_name = 'project/routers/index.html'
class openstack_dashboard.dashboards.project.routers.views.UpdateView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateForm

form_id = 'update_router_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7fdfb2a03a50>
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb2a03d90>
submit_label = <django.utils.functional.__proxy__ object at 0x7fdfb2a03bd0>
submit_url = 'horizon:project:routers:update'
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb2a037d0>
template_name = 'project/routers/update.html'

Previous topic

The openstack_dashboard.dashboards.project.routers Module

Next topic

The openstack_dashboard.dashboards.project.routers.tables Module

Project Source

This Page