Skip to content

Commit

Permalink
Fixes #15899: Correct the view name for the tags column on L2VPNTermi…
Browse files Browse the repository at this point in the history
…nationTable
  • Loading branch information
jeremystretch committed Apr 30, 2024
1 parent 693c6e4 commit 3647e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/vpn/tables/l2vpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3647e91

Please sign in to comment.