Closes #2766: Extend users admin table to include superuser and active fields

This commit is contained in:
Jeremy Stretch
2019-01-17 16:14:06 -05:00
parent bd74e2f30b
commit 92a2f529e3
2 changed files with 24 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ v2.5.4 (FUTURE)
* [#2590](https://github.com/digitalocean/netbox/issues/2590) - Implemented the color picker with Select2 to show colors in the background
* [#2735](https://github.com/digitalocean/netbox/issues/2735) - Implemented Select2 for all list filter form select elements
* [#2753](https://github.com/digitalocean/netbox/issues/2753) - Implemented Select2 to replace most all instances of select fields in forms
* [#2766](https://github.com/digitalocean/netbox/issues/2766) - Extend users admin table to include superuser and active fields
* [#2782](https://github.com/digitalocean/netbox/issues/2782) - Add `is_pool` field for prefix filtering
## Bug Fixes