diff --git a/netbox/dcim/svg/cables.py b/netbox/dcim/svg/cables.py index 2e9c054b9..31ec06100 100644 --- a/netbox/dcim/svg/cables.py +++ b/netbox/dcim/svg/cables.py @@ -225,7 +225,6 @@ class CableTraceSVG: """ nodes_height = 0 nodes = [] - # Sort them by name to make renders more readable for i, term in enumerate(terminations): node = Node( position=(offset_x + i * width, self.cursor),