The openstack_dashboard.dashboards.admin.routers.ports.tables ModuleΒΆ

class openstack_dashboard.dashboards.admin.routers.ports.tables.PortsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.routers.ports.tables.PortsTable

class Meta[source]

Bases: object

name = 'interfaces'
row_actions = (<class 'openstack_dashboard.dashboards.project.routers.ports.tables.RemoveInterface'>,)
table_actions = (<class 'openstack_dashboard.dashboards.project.routers.ports.tables.AddInterface'>, <class 'openstack_dashboard.dashboards.project.routers.ports.tables.RemoveInterface'>)
verbose_name = <django.utils.functional.__proxy__ object at 0x7fec2581e950>
PortsTable.base_actions = OrderedDict([('create', <AddInterface: create>), ('delete', <RemoveInterface: delete>)])
PortsTable.base_columns = OrderedDict([('name', <Column: name>), ('fixed_ips', <Column: fixed_ips>), ('status', <Column: status>), ('device_owner', <Column: device_owner>), ('admin_state', <Column: admin_state>)])

Previous topic

The openstack_dashboard.dashboards.admin.routers.ports.urls Module

Next topic

The openstack_dashboard.dashboards.admin.routers.ports.views Module

Project Source

This Page