This commit is contained in:
parent
120700688c
commit
583ab535e8
|
|
@ -638,9 +638,6 @@ class Rack(ContactsMixin, ImageAttachmentsMixin, TrackingModelMixin, RackBase):
|
||||||
|
|
||||||
return elevation.render(face)
|
return elevation.render(face)
|
||||||
|
|
||||||
def get_0u_devices(self):
|
|
||||||
return self.devices.filter(position=0)
|
|
||||||
|
|
||||||
def get_utilization(self):
|
def get_utilization(self):
|
||||||
"""
|
"""
|
||||||
Determine the utilization rate of the rack and return it as a percentage. Occupied and reserved units both count
|
Determine the utilization rate of the rack and return it as a percentage. Occupied and reserved units both count
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue