Fixes #4914: Fix toggling cable status under device view

This commit is contained in:
Jeremy Stretch
2020-07-28 12:54:21 -04:00
parent 8eba525920
commit 50d5e57ade
3 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
* [#4905](https://github.com/netbox-community/netbox/issues/4905) - Fix front port count on device type view
* [#4912](https://github.com/netbox-community/netbox/issues/4912) - Fix image attachment API endpoint
* [#4914](https://github.com/netbox-community/netbox/issues/4914) - Fix toggling cable status under device view
---