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

Closes #4281: Allow filtering device component list views by type

This commit is contained in:
Jeremy Stretch
2020-02-26 17:17:00 -05:00
parent 624566b04e
commit faf676e6e0
2 changed files with 36 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
## Enhancements
* [#3949](https://github.com/netbox-community/netbox/issues/3949) - Revised the installation docs and upgrade script to employ a Python virtual environment
* [#4281](https://github.com/netbox-community/netbox/issues/4281) - Allow filtering device component list views by type
## Bug Fixes