diff --git a/CHANGELOG.md b/CHANGELOG.md index aed3d4304..1a8f02322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,8 @@ NetBox now supports modeling physical cables for console, power, and interface c * [#2583](https://github.com/digitalocean/netbox/issues/2583) - Cleaned up component filters for device and device type * [#2584](https://github.com/digitalocean/netbox/issues/2584) - Prevent a Front port from being connected to its corresponding rear port * [#2585](https://github.com/digitalocean/netbox/issues/2585) - Prevent cable connections that include a virtual interface -* [#2586](https://github.com/digitalocean/netbox/issues/2585) - Added tests for the Cable model's clean() method +* [#2586](https://github.com/digitalocean/netbox/issues/2586) - Added tests for the Cable model's clean() method +* [#2593](https://github.com/digitalocean/netbox/issues/2593) - Fix toggling of connected cable's status ## API Changes diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index cfcd6f51a..af4b9e209 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -776,8 +776,8 @@ {% block javascript %}