Bases: horizon.tables.base.DataTable
-
class PortsTable.Meta[source]
-
PortsTable.Meta.name = 'ports'
-
PortsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xb1fe1cc>
-
PortsTable.base_actions = {}
-
PortsTable.base_columns = {'name': <Column: name>, 'fixed_ips': <Column: fixed_ips>, 'attached': <Column: attached>, 'status': <Column: status>, 'admin_state': <Column: admin_state>}
-
PortsTable.get_object_display(port)[source]