Skip to content

Commit 70259b0

Browse files
Merge pull request #7970 from rhyser9/7885_linkify_vlan_name
Fixes #7885: Linkify VLAN name in VLAN tables
2 parents 83010e2 + f1466d6 commit 70259b0

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)