Skip to content
Snippets Groups Projects
Commit 9431b3dc authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'SDC-512-consistent-filtering' into 'master'

add inspection plots to quality overview also

See merge request !255
parents 7aef80cc 8e2a7163
No related branches found
No related tags found
2 merge requests!256Master,!255add inspection plots to quality overview also
Checking pipeline status
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment