1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Extend device view to show local cable termination for all components

This commit is contained in:
Jeremy Stretch
2020-10-06 13:08:41 -04:00
parent d59f0891e4
commit d984dbd83b
9 changed files with 68 additions and 67 deletions

View File

@@ -506,6 +506,7 @@
<th>MTU</th>
<th>Mode</th>
<th>Cable</th>
<th colspan="2">Cable Termination</th>
<th colspan="2">Connection</th>
<th></th>
</tr>
@@ -566,7 +567,7 @@
<th>Position</th>
<th>Description</th>
<th>Cable</th>
<th colspan="2">Connection</th>
<th colspan="2">Cable Termination</th>
<th></th>
</tr>
</thead>
@@ -623,7 +624,7 @@
<th>Positions</th>
<th>Description</th>
<th>Cable</th>
<th colspan="2">Connection</th>
<th colspan="2">Cable Termination</th>
<th></th>
</tr>
</thead>
@@ -679,6 +680,7 @@
<th>Type</th>
<th>Description</th>
<th>Cable</th>
<th colspan="2">Cable Termination</th>
<th colspan="2">Connection</th>
<th></th>
</tr>
@@ -732,6 +734,7 @@
<th>Type</th>
<th>Description</th>
<th>Cable</th>
<th colspan="2">Cable Termination</th>
<th colspan="2">Connection</th>
<th></th>
</tr>
@@ -789,6 +792,7 @@
<th>Draw</th>
<th>Description</th>
<th>Cable</th>
<th colspan="2">Cable Termination</th>
<th colspan="2">Connection</th>
<th></th>
</tr>
@@ -843,6 +847,7 @@
<th>Input/Leg</th>
<th>Description</th>
<th>Cable</th>
<th colspan="2">Cable Termination</th>
<th colspan="3">Connection</th>
<th></th>
</tr>