From 4f5dba543fd148f3db37d4709f21450d68a1a260 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Aug 2023 15:50:50 -0400 Subject: [PATCH] Restore plugins block on rack template --- netbox/templates/dcim/rack.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index d17dfc988..e513b178d 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -193,4 +193,9 @@ {% plugin_right_page object %} +
+
+ {% plugin_full_width_page object %} +
+
{% endblock %}