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

Closes #3954: Add device_bays filter for devices and device types

This commit is contained in:
Jeremy Stretch
2020-01-17 16:39:31 -05:00
parent a4687be5e5
commit aa73a7ad02
3 changed files with 25 additions and 13 deletions

View File

@ -3,6 +3,7 @@
## Enhancements
* [#3842](https://github.com/netbox-community/netbox/issues/3842) - Add 802.11ax interface type
* [#3954](https://github.com/netbox-community/netbox/issues/3954) - Add `device_bays` filter for devices and device types
## Bug Fixes