mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fixes #15899: Correct the view name for the tags column on L2VPNTerminationTable
This commit is contained in:
parent
ca3b688c8b
commit
feeab4da1d
@ -74,7 +74,7 @@ class L2VPNTerminationTable(NetBoxTable):
|
||||
verbose_name=_('Object Site')
|
||||
)
|
||||
tags = columns.TagColumn(
|
||||
url_name='ipam:l2vpntermination_list'
|
||||
url_name='vpn:l2vpntermination_list'
|
||||
)
|
||||
|
||||
class Meta(NetBoxTable.Meta):
|
||||
|
Loading…
Reference in New Issue
Block a user