only show meaningful extra job content on job summary page - for now path* only
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
row='<tr><td><a href="{{url_for('joblog', id=job.id)}}">Job #{{job.id}} - {{job.name}}</a>'
|
row='<tr><td><a href="{{url_for('joblog', id=job.id)}}">Job #{{job.id}} - {{job.name}}</a>'
|
||||||
{% if job.name != "rmdups" %}
|
{% if job.name != "rmdups" %}
|
||||||
{% for ex in job.extra %}
|
{% for ex in job.extra %}
|
||||||
row+=' ({{ex.name}} == {{ ex.value }})'
|
{% if 'path' in ex.name %}
|
||||||
|
row+=' ({{ex.name}} == {{ ex.value }})'
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
row+= '</td><td>{{job.start_time}}</td><td>'
|
row+= '</td><td>{{job.start_time}}</td><td>'
|
||||||
|
|||||||
Reference in New Issue
Block a user