1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Optimize cable termination tables

This commit is contained in:
Jeremy Stretch
2020-10-30 13:57:17 -04:00
parent 70e966923a
commit 8d02303515

View File

@@ -222,9 +222,10 @@ class CableTerminationTable(BaseTable):
linkify=True
)
cable_peer = tables.TemplateColumn(
accessor='get_cable_peer',
accessor='_cable_peer',
template_code=CABLETERMINATION,
orderable=False
orderable=False,
verbose_name='Cable Peer'
)