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

Views for managing Quantum Routers.

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

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

DetailView.failure_url = <django.utils.functional.__proxy__ object at 0x7cdaa50>
DetailView.table_classes = (<class 'openstack_dashboard.dashboards.admin.routers.ports.tables.PortsTable'>,)
DetailView.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

IndexView.get_data()[source]
IndexView.table_class

alias of RoutersTable

IndexView.template_name = 'admin/routers/index.html'

Previous topic

The openstack_dashboard.dashboards.admin.routers.panel Module

Next topic

The openstack_dashboard.dashboards.admin.routers.tabs Module

This Page