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

Closes #7551: Add UI field to filter interfaces by kind

This commit is contained in:
jeremystretch
2021-10-19 15:57:02 -04:00
parent eb4b4a6c8d
commit 73f2f9fc63
3 changed files with 19 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Enhancements
* [#7551](https://github.com/netbox-community/netbox/issues/7551) - Add UI field to filter interfaces by kind
* [#7561](https://github.com/netbox-community/netbox/issues/7561) - Add a utilization column to the IP ranges table
### Bug Fixes