removed extra stuff from rmdups job list view, to keep the job list useful

This commit is contained in:
2021-02-17 21:52:58 +11:00
parent 26c2ef717c
commit 33ad544354

View File

@@ -8,9 +8,11 @@
{% for job in jobs %}
row='<tr><td><a href="{{url_for('joblog', id=job.id)}}">Job #{{job.id}} - {{job.name}}</a>'
{% if job.name != "rmdups" %}
{% for ex in job.extra %}
row+=' ({{ex.name}} == {{ ex.value }})'
{% endfor %}
{% endif %}
row+= '</td><td>{{job.start_time}}</td><td>'
{% if job.pa_job_state != "Completed" %}
{% if job.num_files and job.num_files > 0 %}