From 9e63c2c4aba4375375ad8994bad09feb4096bc63 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 30 Jun 2025 12:02:42 -0400 Subject: [PATCH] Remove extra_bulk_buttons from template doc --- netbox/templates/generic/object_list.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/netbox/templates/generic/object_list.html b/netbox/templates/generic/object_list.html index 70d9e858d..6a2c3d4c9 100644 --- a/netbox/templates/generic/object_list.html +++ b/netbox/templates/generic/object_list.html @@ -8,14 +8,13 @@ {% comment %} Blocks: - - title: Page title - - controls: Control elements displayed between the header and content - - extra_controls: Any additional action buttons to display - - tabs: Page tabs - - content: Primary page content - - bulk_buttons: Bulk action buttons to display beneath the objects list - - extra_bulk_buttons: Addition bulk action buttons - - modals: Any pre-loaded modals + - title: Page title + - controls: Control elements displayed between the header and content + - extra_controls: Any additional action buttons to display + - tabs: Page tabs + - content: Primary page content + - bulk_buttons: Additional bulk action buttons to display beneath the objects list + - modals: Any pre-loaded modals Context: - model: The model class being listed