File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
netbox/templates/dcim/trace Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 55### Enhancements
66
77* [ #6275 ] ( https://github.com/netbox-community/netbox/issues/6275 ) - Linkify rack, device counts on locations list
8+ * [ #6278 ] ( https://github.com/netbox-community/netbox/issues/6278 ) - Note device locations on cable traces
89
910### Bug Fixes
1011
Original file line number Diff line number Diff line change 22 < strong > < a href ="{{ device.get_absolute_url }} "> {{ device }}</ a > </ strong > < br />
33 {{ device.device_type.manufacturer }} {{ device.device_type }}< br />
44 < a href ="{{ device.site.get_absolute_url }} "> {{ device.site }}</ a >
5+ {% if device.location %}
6+ / < a href ="{{ device.location.get_absolute_url }} "> {{ device.location }}</ a >
7+ {% endif %}
58 {% if device.rack %}
69 / < a href ="{{ device.rack.get_absolute_url }} "> {{ device.rack }}</ a >
710 {% endif %}
You can’t perform that action at this time.
0 commit comments