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

Fixes #13706: Restore extra filters dropdown on device interfaces list

This commit is contained in:
Jeremy Stretch
2023-09-11 14:13:55 -04:00
parent b5125e512f
commit 026386db50
3 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,7 @@
### Bug Fixes
* [#13706](https://github.com/netbox-community/netbox/issues/13706) - Restore extra filters dropdown on device interfaces list
* [#13721](https://github.com/netbox-community/netbox/issues/13721) - Filter VLAN choices by selected site (if any) when creating a prefix
---