#13086: Add virtual circuit to InterfaceTable

This commit is contained in:
Jeremy Stretch 2024-11-26 12:20:59 -05:00
parent 995a020e54
commit 42a89327c9

View File

@ -647,6 +647,10 @@ class InterfaceTable(BaseInterfaceTable, ModularDeviceComponentTable, PathEndpoi
verbose_name=_('VRF'),
linkify=True
)
virtual_circuit_termination = tables.Column(
verbose_name=_('Virtual Circuit'),
linkify=True
)
tags = columns.TagColumn(
url_name='dcim:interface_list'
)