Dashboard: Add containerfile

This commit is contained in:
Guillaume GARDET 2021-12-10 09:28:22 +01:00
parent fda88d3109
commit 0b5d573ff1

View File

@ -23,6 +23,7 @@
<th scope="col">Part</th>
<th scope="col">standard</th>
<th scope="col">images</th>
<th scope="col">containerfile</th>
<th scope="col">source</th>
<th scope="col">testing</th>
<th scope="col">published</th>
@ -42,6 +43,11 @@
{% include "repository.html" %}
{% endwith %}
</td>
<td>
{% with repository = 'containerfile' %}
{% include "repository.html" %}
{% endwith %}
</td>
<td>
{% if project.ttm_version %}
<a href="https://build.opensuse.org/package/show/{{ project.name }}/000product">{{ project.ttm_version }}</a>