portal/automation: better logs display
This commit is contained in:
parent
50bc79d1e7
commit
082eff218a
3 changed files with 6 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue