Fixes #7885: Linkify VLAN name in VLAN tables
@@ -95,6 +95,9 @@ class VLANTable(BaseTable):
template_code=VLAN_LINK,
verbose_name='VID'
)
+ name = tables.Column(
+ linkify=True
+ )
site = tables.Column(
linkify=True