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

Fixes #5683: Correct rack elevation displayed when viewing a reservation

This commit is contained in:
Jeremy Stretch
2021-01-26 09:57:33 -05:00
parent 137aa9da2c
commit d4e83ca1c0
2 changed files with 13 additions and 14 deletions

View File

@@ -19,6 +19,7 @@
* [#5640](https://github.com/netbox-community/netbox/issues/5640) - Fix permissions assessment when adding VM interfaces in bulk
* [#5648](https://github.com/netbox-community/netbox/issues/5648) - Include VC member interfaces on interfaces tab count when viewing VC master
* [#5665](https://github.com/netbox-community/netbox/issues/5665) - Validate rack group is assigned to same site when creating a rack
* [#5683](https://github.com/netbox-community/netbox/issues/5683) - Correct rack elevation displayed when viewing a reservation
---