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

Fixes #4838: Fix rack power utilization display for racks without devices

This commit is contained in:
Jeremy Stretch
2020-07-10 15:59:27 -04:00
parent a260019a7f
commit fa9ffb23ad
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* [#4821](https://github.com/netbox-community/netbox/issues/4821) - Restrict group options by selected site when bulk editing VLANs
* [#4835](https://github.com/netbox-community/netbox/issues/4835) - Support passing multiple initial values for multiple choice fields
* [#4838](https://github.com/netbox-community/netbox/issues/4838) - Fix rack power utilization display for racks without devices
---