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

Closes #8197: Allow filtering sites by group when connecting a cable

This commit is contained in:
jeremystretch
2022-01-03 10:41:43 -05:00
parent 7b25d0379f
commit ecb9fc65b7
3 changed files with 25 additions and 14 deletions

View File

@ -6,6 +6,7 @@
* [#8192](https://github.com/netbox-community/netbox/issues/8192) - Add "add prefix" button to aggregate child prefixes view
* [#8194](https://github.com/netbox-community/netbox/issues/8194) - Enable bulk user assignment to groups under admin UI
* [#8197](https://github.com/netbox-community/netbox/issues/8197) - Allow filtering sites by group when connecting a cable
* [#8210](https://github.com/netbox-community/netbox/issues/8210) - Establish `netbox/local/` as a path for local resources
### Bug Fixes