Closes #6422: Enable filtering users by group under admin UI

This commit is contained in:
jeremystretch
2021-05-25 11:26:18 -04:00
parent 44c62f8f44
commit bfb91fcf10
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* [#6358](https://github.com/netbox-community/netbox/issues/6358) - Add search field for VLAN groups
* [#6393](https://github.com/netbox-community/netbox/issues/6393) - Add `description` filter for IP addresses
* [#6400](https://github.com/netbox-community/netbox/issues/6400) - Add cyan color choice for plugin buttons
* [#6422](https://github.com/netbox-community/netbox/issues/6422) - Enable filtering users by group under admin UI
* [#6441](https://github.com/netbox-community/netbox/issues/6441) - Improve UI paginator to optimize page object count
### Bug Fixes