portal/automation: better logs display

This commit is contained in:
Iain Learmonth 2022-09-26 15:02:18 +01:00
parent 50bc79d1e7
commit 082eff218a
3 changed files with 6 additions and 4 deletions

View file

@ -167,7 +167,7 @@
{% for log in logs %}
<tr>
<td>{{ log.added | format_datetime }}</td>
<td>{{ log.logs }}</td>
<td><pre style="overflow: scroll; height: 200px;">{{ log.logs | e }}</pre></td>
</tr>
{% endfor %}
</tbody>
@ -596,4 +596,4 @@
</tbody>
</table>
</div>
{% endmacro %}
{% endmacro %}