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

Views for managing Neutron Routers.

class openstack_dashboard.dashboards.admin.routers.views.DetailView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.routers.views.DetailView

failure_url = <django.utils.functional.__proxy__ object at 0x7fdfb2a03550>
get_context_data(**kwargs)[source]
tab_group_class

alias of RouterDetailTabs

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

Bases: openstack_dashboard.dashboards.project.routers.views.IndexView, openstack_dashboard.dashboards.admin.networks.views.IndexView

get_data()[source]
table_class

alias of RoutersTable

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

Bases: openstack_dashboard.dashboards.project.routers.views.UpdateView

form_class

alias of UpdateForm

submit_url = 'horizon:admin:routers:update'
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb2a03890>
template_name = 'project/routers/update.html'

Previous topic

The openstack_dashboard.dashboards.admin.routers Module

Next topic

The openstack_dashboard.dashboards.admin.routers.tables Module

Project Source

This Page