1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

10 lines
337 B
HTML
Raw Normal View History

2020-08-10 15:56:55 -04:00
{% extends 'extras/report.html' %}
{% block content-wrapper %}
2021-12-20 20:52:29 -05:00
<div class="row px-3">
2021-12-21 08:43:01 -05:00
<div class="col col-md-12"{% if not result.completed %} hx-get="{% url 'extras:report_result' job_result_pk=result.pk %}" hx-trigger="every 3s"{% endif %}>
2021-12-20 20:52:29 -05:00
{% include 'extras/htmx/report_result.html' %}
</div>
2021-12-20 20:52:29 -05:00
</div>
{% endblock %}