Merge pull request #3859 from hSaria/3440-total-cable-length

Fixes #3440: Total cable trace length
This commit is contained in:
Jeremy Stretch
2020-01-09 10:55:30 -05:00
committed by GitHub
4 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#2589](https://github.com/netbox-community/netbox/issues/2589) - Toggle for showing available prefixes/ip addresses
* [#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
* [#3440](https://github.com/netbox-community/netbox/issues/3440) - Add total length to cable trace
* [#3851](https://github.com/netbox-community/netbox/issues/3851) - Allow passing initial data to custom script forms
## Bug Fixes