From 04cb5a90500eeb0aee055e9f7402ca03c4458c21 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 25 Oct 2022 10:00:35 -0700 Subject: [PATCH 1/2] 10716 add left-right plugins to tags page --- netbox/templates/extras/tag.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index b0b88b5af56..8458c1374aa 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -39,6 +39,7 @@
+ {% plugin_left_page object %}
@@ -64,6 +65,7 @@
+ {% plugin_right_page object %}
@@ -75,7 +77,6 @@
Tagged Objects
{% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %}
- {% plugin_full_width_page object %} {% endblock %} From 902915239b2debafa5f77c575c3ae7e719f0741c Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 25 Oct 2022 16:35:17 -0700 Subject: [PATCH 2/2] 10716 add back plugin_full_width --- netbox/templates/extras/tag.html | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index 8458c1374aa..6e4c5aee967 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -77,6 +77,7 @@
Tagged Objects
{% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %} + {% plugin_full_width_page object %} {% endblock %}