mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 17:26:10 -06:00
Update vlans.py
This commit is contained in:
parent
7cb990fd2d
commit
50c75b5190
@ -71,7 +71,7 @@ class VLANGroupTable(NetBoxTable):
|
|||||||
verbose_name='VLANs'
|
verbose_name='VLANs'
|
||||||
)
|
)
|
||||||
get_utilization = columns.UtilizationColumn(
|
get_utilization = columns.UtilizationColumn(
|
||||||
orderable=False,
|
orderable=False,
|
||||||
verbose_name='Utilization'
|
verbose_name='Utilization'
|
||||||
)
|
)
|
||||||
tags = columns.TagColumn(
|
tags = columns.TagColumn(
|
||||||
|
Loading…
Reference in New Issue
Block a user