From 5d71a4e3e215fd89ece6404bfdcd1c04b888ad07 Mon Sep 17 00:00:00 2001 From: Omri Abu <6192223+Omripresent@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:08:58 -0400 Subject: [PATCH] Update template script_result.html adding a download button to trigger output download in ScriptResultView.get --- netbox/templates/extras/htmx/script_result.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/netbox/templates/extras/htmx/script_result.html b/netbox/templates/extras/htmx/script_result.html index 3a5964823..e6b4d1823 100644 --- a/netbox/templates/extras/htmx/script_result.html +++ b/netbox/templates/extras/htmx/script_result.html @@ -53,7 +53,16 @@ {# Script output. Legacy reports will not have this. #} {% if 'output' in job.data %}
{{ job.data.output }}{% else %}