diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index 49788ffa9..cb80125cf 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -27,12 +27,7 @@ {# Update the bulk action buttons with new query parameters #} {% if actions %}
- {% if 'bulk_edit' in actions %} - {% bulk_edit_button model query_params=request.GET %} - {% endif %} - {% if 'bulk_delete' in actions %} - {% bulk_delete_button model query_params=request.GET %} - {% endif %} + {% action_buttons actions model multi=True %}
{% endif %} {% endif %}