mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 10:16:42 -06:00
Optimize cable termination tables
This commit is contained in:
parent
70e966923a
commit
8d02303515
@ -222,9 +222,10 @@ class CableTerminationTable(BaseTable):
|
|||||||
linkify=True
|
linkify=True
|
||||||
)
|
)
|
||||||
cable_peer = tables.TemplateColumn(
|
cable_peer = tables.TemplateColumn(
|
||||||
accessor='get_cable_peer',
|
accessor='_cable_peer',
|
||||||
template_code=CABLETERMINATION,
|
template_code=CABLETERMINATION,
|
||||||
orderable=False
|
orderable=False,
|
||||||
|
verbose_name='Cable Peer'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user