Skip to content
Snippets Groups Projects

add search option in admin screen

Merged Nico Vermaas requested to merge sdc-825-archived-page into master
6 files
+ 14
21
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -722,7 +722,7 @@ def construct_inspectionplots(task,source='task_id'):
for task in tasks:
results += 'Task <tr style="background-color:#7EB1C4"><td colspan="3"><b>' + str(task.id) + '</b></td></tr>'
results += '<tr style="background-color:#7EB1C4"><td colspan="3"><b>Task ' + str(task.id) + '</b></td></tr>'
plots = task.quality_json["plots"]
for plot in plots:
Loading