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

Fixed DeviceType link

This commit is contained in:
Jeremy Stretch
2016-06-01 13:43:58 -04:00
parent 3cedfc3c6a
commit 56bc15387f

View File

@@ -40,7 +40,7 @@
<tr> <tr>
<td>Device Type</td> <td>Device Type</td>
<td> <td>
<span><a href="{% url 'dcim:device_list' %}?manufacturer={{ device.device_type.manufacturer.slug }}&model={{ device.device_type.slug }}">{{ device.device_type }}</a> ({{ device.device_type.u_height }}U)</span> <span><a href="{% url 'dcim:devicetype' pk=device.device_type.pk %}">{{ device.device_type }}</a> ({{ device.device_type.u_height }}U)</span>
</td> </td>
</tr> </tr>
<tr> <tr>