You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: netbox/templates/dcim/devicetype.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ <h1>{{ devicetype }}</h1>
81
81
{% include 'dcim/inc/devicetype_component_table.html' with table=powerport_table title='Power Ports' add_url='dcim:devicetype_add_powerport' delete_url='dcim:devicetype_delete_powerport' %}
82
82
</div>
83
83
<divclass="col-md-6">
84
-
{% if devicetype.is_network_device %}
84
+
{% if devicetype.is_parent_device %}
85
85
{% include 'dcim/inc/devicetype_component_table.html' with table=devicebay_table title='Device Bays' add_url='dcim:devicetype_add_devicebay' delete_url='dcim:devicetype_delete_devicebay' %}
0 commit comments