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

Merge pull request #3887 from hSaria/3021-cable-tenant-filter

Fixes #3021: Added tenancy filter for cables
This commit is contained in:
Jeremy Stretch
2020-01-13 12:09:53 -05:00
committed by GitHub
4 changed files with 37 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
* [#2113](https://github.com/netbox-community/netbox/issues/2113) - Allow NAPALM driver settings to be changed with request headers
* [#2589](https://github.com/netbox-community/netbox/issues/2589) - Toggle for showing available prefixes/ip addresses
* [#3009](https://github.com/netbox-community/netbox/issues/3009) - Search by description when assigning IP address
* [#3021](https://github.com/netbox-community/netbox/issues/3021) - Add tenant filter field for cables
* [#3090](https://github.com/netbox-community/netbox/issues/3090) - Add filter field for device interfaces
* [#3187](https://github.com/netbox-community/netbox/issues/3187) - Add rack selection field to rack elevations
* [#3393](https://github.com/netbox-community/netbox/issues/3393) - Paginate the circuits at the provider details view