mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 21:32:17 -06:00
Introduced CableView and CableEditView
This commit is contained in:
12
netbox/templates/dcim/inc/cable_termination.html
Normal file
12
netbox/templates/dcim/inc/cable_termination.html
Normal 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>
|
||||
Reference in New Issue
Block a user