mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
10919 add location to cable termination panels
This commit is contained in:
parent
564884a774
commit
c6930e3ea8
@ -7,6 +7,10 @@
|
|||||||
<td>Site</td>
|
<td>Site</td>
|
||||||
<td>{{ terminations.0.device.site|linkify }}</td>
|
<td>{{ terminations.0.device.site|linkify }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Location</td>
|
||||||
|
<td>{{ terminations.0.device.location|linkify|placeholder }}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Rack</td>
|
<td>Rack</td>
|
||||||
<td>{{ terminations.0.device.rack|linkify|placeholder }}</td>
|
<td>{{ terminations.0.device.rack|linkify|placeholder }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user