KLUDGE around num_passes for now, jobs need a clean up before I finish the new wait_for jobs
This commit is contained in:
@@ -14,10 +14,7 @@
|
||||
`
|
||||
{% if job.pa_job_state != "Completed" %}
|
||||
row +=`
|
||||
<div class="progress">
|
||||
{% set prog=(job.current_pass/job.num_passes*100)|round|int %}
|
||||
<div class="progress-bar" role="progressbar" style="width: {{prog}}%;" aria-valuenow="{{prog}}" aria-valuemin="0" aria-valuemax="100">{{job.current_pass}} of {{job.num_passes}}</div>
|
||||
</div>
|
||||
Not yet
|
||||
</td></tr>
|
||||
`
|
||||
active_rows.push(row)
|
||||
|
||||
Reference in New Issue
Block a user