From 211eed4845f572bbfa00989337193e4cfa0b4ac0 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Aug 2023 15:37:41 -0400 Subject: [PATCH] Remove non-racked devices list from rack view (was moved to a tab) --- netbox/templates/dcim/rack.html | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 0d99e74ef..d17dfc988 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -193,27 +193,4 @@ {% plugin_right_page object %} -
-
-
-
- Non-Racked Devices -
-
- - {% if perms.dcim.add_device %} - - {% endif %} -
- {% plugin_full_width_page object %} -
-
{% endblock %}