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

Closes #3652: Limit next/previous rack by assigned rack group

This commit is contained in:
Jeremy Stretch
2019-10-29 15:17:00 -04:00
parent 846acf7e9d
commit 60ec3fde9d
2 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
* [#3629](https://github.com/netbox-community/netbox/issues/3629) - Use `get_lldp_neighors_detail` to validation LLDP neighbors
* [#3635](https://github.com/netbox-community/netbox/issues/3635) - Add missing cache support for the circuits app
* [#3636](https://github.com/netbox-community/netbox/issues/3636) - Add missing `rack_group` field to PowerFeed CSV export
* [#3652](https://github.com/netbox-community/netbox/issues/3652) - Limit next/previous rack by assigned rack group
---