From 864319f40de065b3b96312d10a6d6f7897c257a4 Mon Sep 17 00:00:00 2001 From: lamoni Date: Fri, 16 Aug 2019 07:53:16 -0500 Subject: [PATCH] Updated device.html's Platform text into a link that leads to device list for that platform --- netbox/templates/dcim/device.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 414b61bb6..a515fd169 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -239,7 +239,7 @@ Platform {% if device.platform %} - {{ device.platform }} + {{ device.platform }} {% else %} None {% endif %}