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

Closes #5149: Add rack group field to device edit form

This commit is contained in:
Jeremy Stretch
2020-09-21 15:26:32 -04:00
parent 12402f4c30
commit d540728f50
3 changed files with 12 additions and 1 deletions

View File

@ -7,6 +7,7 @@
* [#1755](https://github.com/netbox-community/netbox/issues/1755) - Toggle order in which rack elevations are displayed
* [#5128](https://github.com/netbox-community/netbox/issues/5128) - Increase maximum rear port positions from 64 to 1024
* [#5134](https://github.com/netbox-community/netbox/issues/5134) - Display full hierarchy in breadcrumbs for sites/racks
* [#5149](https://github.com/netbox-community/netbox/issues/5149) - Add rack group field to device edit form
### Bug Fixes