moved InitValidation checks to log to a Job to show errors in front-end, and moved the creation of the symlinks to the InitValidation so we can restart paweb docker container and it will recreate the symlinks in static without needing an import. Also added token highlighting of a failed job
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
</div>
|
||||
<div class="row col-lg-12">
|
||||
<label class="form-control-plaintext col-lg-2">Current state:</label>
|
||||
<label class="form-control-plaintext col-lg-10">{{job.state}}</label>
|
||||
{% if job.state != "Complete" %}
|
||||
<label class="form-control-plaintext col-lg-10" style="background-color:red">{{job.state}}</label>
|
||||
{% else %}
|
||||
<label class="form-control-plaintext col-lg-10">{{job.state}}</label>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if job.wait_for != None %}
|
||||
<div class="row col-lg-12">
|
||||
|
||||
Reference in New Issue
Block a user