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

Fixes: #5461 - Assign object=rack in netbox/templates/dcim/rack_elevation_list.html

This commit is contained in:
Daniel Sheppard
2020-12-15 08:39:27 -06:00
parent 9615dc0638
commit 1f4954bf0e
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
### Bug Fixes
* [#5458](https://github.com/netbox-community/netbox/issues/5458) - Creating a component template throws an exception
* [#5461](https://github.com/netbox-community/netbox/issues/5461) - Rack Elevations throw reverse match exception
## v2.10.0 (2020-12-14)