From a02aadc3aa269d2812ee632ea92d7ca38b2fa45d Mon Sep 17 00:00:00 2001 From: Julio-Oliveira-Encora Date: Fri, 5 Apr 2024 17:45:43 -0300 Subject: [PATCH 01/17] Added javascript and htmx to change the url. --- netbox/templates/inc/table_controls_htmx.html | 30 +++++++++++++++++-- .../utilities/templates/buttons/export.html | 2 +- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/netbox/templates/inc/table_controls_htmx.html b/netbox/templates/inc/table_controls_htmx.html index e7fd0e7a6e6..8ab3e05f785 100644 --- a/netbox/templates/inc/table_controls_htmx.html +++ b/netbox/templates/inc/table_controls_htmx.html @@ -4,8 +4,8 @@
- +
{% block extra_table_controls %}{% endblock %} @@ -21,3 +21,29 @@ {% endif %}
+ + + diff --git a/netbox/utilities/templates/buttons/export.html b/netbox/utilities/templates/buttons/export.html index baa1253eba3..c07e02aa6b4 100644 --- a/netbox/utilities/templates/buttons/export.html +++ b/netbox/utilities/templates/buttons/export.html @@ -4,7 +4,7 @@  {% trans "Export" %}