Added cable connections to component lists

This commit is contained in:
Jeremy Stretch
2018-10-26 11:29:03 -04:00
parent 6bea8cc546
commit 957de0cd98
10 changed files with 162 additions and 56 deletions

View File

@@ -2,7 +2,7 @@
<tr>
<td>Device</td>
<td>
<a href="{{ termination.device.parent.get_absolute_url }}">{{ termination.device }}</a>
<a href="{{ termination.device.get_absolute_url }}">{{ termination.device }}</a>
</td>
</tr>
<tr>