From 73e20ef11b664326ffd702b6a965df86c36b6cce Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 5 May 2023 08:08:26 -0700 Subject: [PATCH] 12489 update nonracked_devices on rack and location templates --- netbox/templates/dcim/location.html | 2 +- netbox/templates/dcim/rack.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index 193d93f9a..b6cae1d2a 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -66,13 +66,13 @@
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/contacts.html' %} - {% include 'dcim/inc/nonracked_devices.html' %} {% include 'inc/panels/image_attachments.html' %} {% plugin_right_page object %}
+ {% include 'dcim/inc/nonracked_devices.html' %}
Child Locations
{% include 'inc/panels/related_objects.html' %} - {% include 'dcim/inc/nonracked_devices.html' %} {% include 'inc/panels/contacts.html' %} {% plugin_right_page object %}
+ {% include 'dcim/inc/nonracked_devices.html' %} {% plugin_full_width_page object %}