1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

netbox-community/netbox#7885: Linkify VLAN name in VLAN tables

This commit is contained in:
Rhys Barrie
2021-12-02 12:27:30 -05:00
parent 83010e278c
commit f1466d6da3

View File

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