Closes #6487: Add location filter to cable connection form

This commit is contained in:
jeremystretch
2021-05-28 09:09:59 -04:00
parent 75faf7d30e
commit 110a6d11a5
3 changed files with 21 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#6087](https://github.com/netbox-community/netbox/issues/6087) - Improved prefix hierarchy rendering
* [#6487](https://github.com/netbox-community/netbox/issues/6487) - Add location filter to cable connection form
* [#6501](https://github.com/netbox-community/netbox/issues/6501) - Expose prefix depth and children on REST API serializer
---