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

Closes : Add slug to DeviceType UI view

This commit is contained in:
Jeremy Stretch
2018-11-28 16:19:05 -05:00
parent 6c2a9107dd
commit a43fc0d3d3

@ -55,7 +55,10 @@
</tr>
<tr>
<td>Model Name</td>
<td>{{ devicetype.model }}</td>
<td>
{{ devicetype.model }}<br/>
<small class="text-muted">{{ devicetype.slug }}</small>
</td>
</tr>
<tr>
<td>Part Number</td>