feat: status page + maintenance

This commit is contained in:
mco-system
2023-05-27 16:55:00 +11:00
parent b183059f85
commit c969dc0e2d
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ Content-type: text/html
</div>
</div>
<div class="container_log" id="logs">
{{ container.logs }}
{{ container.logs | safe }}
</div>
{% endfor %}
</div>