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

Closes #4448: Allow connecting cables between two circuit terminations

This commit is contained in:
Jeremy Stretch
2020-04-03 13:44:41 -04:00
parent 721368ea8d
commit 630788731e
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* [#3676](https://github.com/netbox-community/netbox/issues/3676) - Reference VRF by name rather than RD during IP/prefix import
* [#4147](https://github.com/netbox-community/netbox/issues/4147) - Use absolute URLs in rack elevation SVG renderings
* [#4448](https://github.com/netbox-community/netbox/issues/4448) - Allow connecting cables between two circuit terminations
### Bug Fixes