cleanup and harden document and ingest service
This commit is contained in:
@@ -84,15 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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 %}
|
||||
|
||||
<div id="job-error" class="alert alert-danger mt-3" style="display:none;">
|
||||
{% if job.logPath %}
|
||||
<div class="mt-3">
|
||||
<strong>Log Datei:</strong><br>
|
||||
|
||||
Reference in New Issue
Block a user