Skip to content

Commit ded518a

Browse files
committed
Fixes #262 - Tags on peergroup causes exception
1 parent 7830e40 commit ded518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_bgp/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class BGPPeerGroupTable(NetBoxTable):
152152
orderable=False
153153
)
154154
tags = TagColumn(
155-
url_name='plugins:netbox_bgp:peer_group_list'
155+
url_name='plugins:netbox_bgp:bgppeergroup_list'
156156
)
157157

158158
class Meta(NetBoxTable.Meta):

0 commit comments

Comments
 (0)