From 669fe1f192536c294f7e8563413bd787bf7fcdab Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 30 Oct 2018 15:16:15 -0400 Subject: [PATCH] Add missing interfaces table --- netbox/templates/dcim/devicetype.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index 873de28c7..082726ef6 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -160,6 +160,13 @@ {% endif %} +{% if devicetype.interface_templates.exists %} +
+
+ {% include 'dcim/inc/devicetype_component_table.html' with table=interface_table title='Interfacaes' add_url='dcim:devicetype_add_interface' delete_url='dcim:devicetype_delete_interface' %} +
+
+{% endif %} {% if devicetype.power_outlet_templates.exists %}