mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-20 20:32:25 -06:00
Merge branch 'develop' into feature
This commit is contained in:
@@ -98,6 +98,9 @@ class VLANTable(BaseTable):
|
||||
template_code=VLAN_LINK,
|
||||
verbose_name='VID'
|
||||
)
|
||||
name = tables.Column(
|
||||
linkify=True
|
||||
)
|
||||
site = tables.Column(
|
||||
linkify=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user