1
0
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:
Jeremy Stretch
2018-11-19 12:37:53 -05:00
parent 7dde370ee1
commit a324638f1f
5 changed files with 129 additions and 52 deletions

View File

@@ -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),
})