From 8a86f7003b16c1c87e778842646df19c8d1bcbb9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 19 Oct 2016 15:56:15 -0400 Subject: [PATCH] Added instance count to DeviceType view --- netbox/templates/dcim/devicetype.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index ce1514a57..42cb30f99 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -72,6 +72,10 @@ {% endif %} + + Instances + {{ devicetype.instances.count }} +