From a43fc0d3d353b248c91a7532cbac712e130f5d4f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 28 Nov 2018 16:19:05 -0500 Subject: [PATCH] Closes #2560: Add slug to DeviceType UI view --- netbox/templates/dcim/devicetype.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index 35931b49f..b109c399b 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -55,7 +55,10 @@ Model Name - {{ devicetype.model }} + + {{ devicetype.model }}
+ {{ devicetype.slug }} + Part Number