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
cd97ccc23c
commit
7cb990fd2d
@ -113,7 +113,7 @@ class VLANGroup(OrganizationalModel):
|
|||||||
if available_vids:
|
if available_vids:
|
||||||
return available_vids[0]
|
return available_vids[0]
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_utilization(self):
|
def get_utilization(self):
|
||||||
"""
|
"""
|
||||||
Return the percentage of utilization for this vlan group.
|
Return the percentage of utilization for this vlan group.
|
||||||
|
Loading…
Reference in New Issue
Block a user