harden reset system

This commit is contained in:
team 1
2026-02-15 17:14:00 +01:00
parent 402838adfa
commit bf71ca07fa
4 changed files with 55 additions and 24 deletions

View File

@@ -86,21 +86,21 @@
<div id="job-error" class="alert alert-danger mt-3" style="display:none;"></div>
{% if job.errorMessage %}
<div class="alert alert-danger mt-3">
<strong>Fehler:</strong><br>
{{ job.errorMessage }}
</div>
{% endif %}
{% if job.errorMessage %}
<div class="alert alert-danger mt-3">
<strong>Fehler:</strong><br>
{{ job.errorMessage }}
</div>
{% endif %}
{% if job.logPath %}
<div class="mt-3">
<strong>Log Datei:</strong><br>
<code>{{ job.logPath }}</code>
</div>
{% endif %}
{% if job.logPath %}
<div class="mt-3">
<strong>Log Datei:</strong><br>
<code>{{ job.logPath }}</code>
</div>
{% endif %}
</div>
</div>
</div>
<script>