mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Improved logic for recording cable path connection status
This commit is contained in:
@@ -1625,7 +1625,7 @@ class CableTraceView(View):
|
||||
|
||||
return render(request, 'dcim/cable_trace.html', {
|
||||
'obj': obj,
|
||||
'trace': obj.trace(),
|
||||
'trace': obj.trace(follow_circuits=True),
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user