Skip to content

Commit f0b9008

Browse files
committed
Fixes #14575: Fix display of the tags column under VDC table
1 parent 8dfec7e commit f0b9008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/tables/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ class VirtualDeviceContextTable(TenancyColumnsMixin, NetBoxTable):
10781078
comments = columns.MarkdownColumn()
10791079

10801080
tags = columns.TagColumn(
1081-
url_name='dcim:vdc_list'
1081+
url_name='dcim:virtualdevicecontext_list'
10821082
)
10831083

10841084
class Meta(NetBoxTable.Meta):

0 commit comments

Comments
 (0)