Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2021-12-06 12:10:31 -05:00
13 changed files with 98 additions and 25 deletions

View File

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