Skip to content

Commit f1466d6

Browse files
committed
#7885: Linkify VLAN name in VLAN tables
1 parent 83010e2 commit f1466d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netbox/ipam/tables/vlans.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ class VLANTable(BaseTable):
9595
template_code=VLAN_LINK,
9696
verbose_name='VID'
9797
)
98+
name = tables.Column(
99+
linkify=True
100+
)
98101
site = tables.Column(
99102
linkify=True
100103
)

0 commit comments

Comments
 (0)