harden reset system
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user