Skip to content
Snippets Groups Projects

add inspection plots to quality overview also

Merged Nico Vermaas requested to merge SDC-512-consistent-filtering into master
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
@@ -42,8 +42,11 @@
@@ -42,8 +42,11 @@
<td>{{value}}</td>
<td>{{value}}</td>
{% endfor %}
{% endfor %}
<td>
<td>
<a href=""
<a class="open-modal btn btn-primary btn-sm"
class="btn btn-primary btn-sm" role="button" target="_blank"><img src="{% static 'taskdatabase/surfsara.jpg' %}" height="20" alt="this is a placeholder, links to plots will follow"></a>&nbsp;
href="{% url 'inspection-plots' task.id my_tasks.number %}"
 
data-popup-url="{% url 'inspection-plots' task.id my_tasks.number %}">
 
<img src="{% static 'taskdatabase/surfsara.jpg' %}" height="20" alt="inspection plots">
 
</a>&nbsp;
</td>
</td>
{% else %}
{% else %}
<td>-</td><td>-</td><td>-</td><td>-</td>
<td>-</td><td>-</td><td>-</td><td>-</td>
Loading