Merge branch 'develop' into feature

This commit is contained in:
Jeremy Stretch
2024-08-29 10:51:38 -04:00
90 changed files with 6941 additions and 7075 deletions

View File

@@ -41,7 +41,11 @@
<div class="card">
<div class="table-responsive" id="object_list">
<h2 class="card-header">{% trans "Log" %}</h2>
{% include 'htmx/table.html' %}
<div class="htmx-container table-responsive"
hx-get="{% url 'extras:script_result' job_pk=job.pk %}?embedded=True&log=True"
hx-target="this"
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
></div>
</div>
</div>
{% endif %}