Ver Fonte

Fixes #15899: Correct the view name for the tags column on L2VPNTerminationTable

Jeremy Stretch há 1 ano atrás
pai
commit
11816b45e7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      netbox/vpn/tables/l2vpn.py

+ 1 - 1
netbox/vpn/tables/l2vpn.py

@@ -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):