feat: guess what, more changes

This commit is contained in:
Herculino Trotta
2025-11-11 20:21:01 -03:00
parent b38ed37bc5
commit 0b0d760bab
47 changed files with 975 additions and 957 deletions
@@ -5,7 +5,7 @@
{% block title %}{% translate 'Logs for' %} #{{ run.id }}{% endblock %}
{% block body %}
<div class="card bg-base-100 shadow-xl max-h-full overflow-auto">
<div class="card bg-base-100 shadow max-h-full overflow-auto">
<div class="card-body">
{{ run.logs|linebreaks }}
</div>