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