netbox/netbox/templates/dcim/inc/cable_termination.html
2018-10-26 11:29:03 -04:00

13 lines
309 B
HTML

<table class="table table-hover panel-body attr-table">
<tr>
<td>Device</td>
<td>
<a href="{{ termination.device.get_absolute_url }}">{{ termination.device }}</a>
</td>
</tr>
<tr>
<td>Component</td>
<td>{{ termination }}</td>
</tr>
</table>