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 %}