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

Fixes #3827: Allow filtering console/power/interface connections by device ID

This commit is contained in:
Jeremy Stretch
2020-01-02 13:44:18 -05:00
parent 523a1388db
commit 80d1f80b61
2 changed files with 25 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
* [#3762](https://github.com/netbox-community/netbox/issues/3762) - Add date/time picker widgets
* [#3788](https://github.com/netbox-community/netbox/issues/3788) - Enable partial search for inventory items
* [#3812](https://github.com/netbox-community/netbox/issues/3812) - Optimize size of pages containing a dynamic selection field
* [#3827](https://github.com/netbox-community/netbox/issues/3827) - Allow filtering console/power/interface connections by device ID
## Bug Fixes