mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 20:06:25 -06:00
Fix Exception display in RQ Task view
This commit is contained in:
parent
494d410847
commit
00c444a2e4
@ -104,7 +104,7 @@
|
||||
<td><a href="{% url 'core:background_task' job.id %}">{{ dependency_id }}</a></td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if exc_info %}
|
||||
{% if job.exc_info %}
|
||||
<tr>
|
||||
<th scope="row">{% trans "Exception" %}</th>
|
||||
<td><pre>{% if job.exc_info %}{{ job.exc_info|linebreaks }}{% endif %}</pre></td>
|
||||
|
Loading…
Reference in New Issue
Block a user