mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-22 23:18:02 +00:00
fix edge cases in report generation
with xml parsing error > system disable email by default
This commit is contained in:
15
app/templates/logs/system.html.j2
Normal file
15
app/templates/logs/system.html.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends 'base.html.j2' %}
|
||||
|
||||
{% block title %}LOGS{% endblock %}
|
||||
|
||||
{% block content_before %}
|
||||
LOGS - {{ config.APP_NAME }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content_override %}
|
||||
<div class="bg-white mx-5 p-3 rounded">
|
||||
<code>
|
||||
{{ logs }}
|
||||
</code>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user