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

Show the last node in a CablePath with no destination

This commit is contained in:
Jeremy Stretch
2021-04-01 21:29:46 -04:00
parent e7f10fdaea
commit 5e4432b9ad
2 changed files with 8 additions and 1 deletions

View File

@@ -260,7 +260,7 @@ class CableTerminationTable(BaseTable):
class PathEndpointTable(CableTerminationTable):
connection = tables.TemplateColumn(
accessor='_path.destination',
accessor='_path.last_node',
template_code=CABLETERMINATION,
verbose_name='Connection',
orderable=False