You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress partial-connection indicator on patch panel ports
FrontPort/RearPort objects never populate connected_endpoints, so the
partiallyConnected check (link_peers > 0 && connected_endpoints == 0)
fired on every cabled patch port — including fully-traced paths viewed
from an intermediate patch panel. Guard the condition with is_port so
only interface-type objects can be marked as partially connected.
0 commit comments