mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #7294: Fix SVG rendering for cable traces ending at unoccupied front ports
This commit is contained in:
@@ -482,7 +482,7 @@ class CableTraceSVG:
|
||||
)
|
||||
parent_objects.append(parent_object)
|
||||
|
||||
else:
|
||||
elif far_end:
|
||||
|
||||
# Attachment
|
||||
attachment = self._draw_attachment()
|
||||
|
Reference in New Issue
Block a user