mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
#13086: Add virtual circuit to InterfaceTable
This commit is contained in:
parent
3ee951b0d0
commit
d511ba487d
@ -647,6 +647,10 @@ class InterfaceTable(BaseInterfaceTable, ModularDeviceComponentTable, PathEndpoi
|
|||||||
verbose_name=_('VRF'),
|
verbose_name=_('VRF'),
|
||||||
linkify=True
|
linkify=True
|
||||||
)
|
)
|
||||||
|
virtual_circuit_termination = tables.Column(
|
||||||
|
verbose_name=_('Virtual Circuit'),
|
||||||
|
linkify=True
|
||||||
|
)
|
||||||
tags = columns.TagColumn(
|
tags = columns.TagColumn(
|
||||||
url_name='dcim:interface_list'
|
url_name='dcim:interface_list'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user