Introduced CableView and CableEditView

This commit is contained in:
Jeremy Stretch
2018-10-25 15:51:12 -04:00
parent f134a6ec63
commit 2d90fc608e
7 changed files with 122 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<table class="table table-hover panel-body attr-table">
<tr>
<td>Device</td>
<td>
<a href="{{ termination.device.parent.get_absolute_url }}">{{ termination.device }}</a>
</td>
</tr>
<tr>
<td>Component</td>
<td>{{ termination_a }}</td>
</tr>
</table>