Fixes #2574: Remove duplicate interface links from topology maps

This commit is contained in:
Jeremy Stretch
2018-11-09 09:54:30 -05:00
parent 82da608e53
commit fb086de11a
2 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
* [#2571](https://github.com/digitalocean/netbox/issues/2571) - Enforce deletion of attached cable when deleting a termination point
* [#2572](https://github.com/digitalocean/netbox/issues/2572) - Add button to disconnect cable from circuit termination
* [#2573](https://github.com/digitalocean/netbox/issues/2573) - Fix bulk console/power/interface disconnections
* [#2574](https://github.com/digitalocean/netbox/issues/2574) - Remove duplicate interface links from topology maps
## API Changes