summaryrefslogtreecommitdiff
path: root/templates/devel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r--templates/devel/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index afbec25a..939e7ecd 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -48,12 +48,14 @@
<th width="50%">Maintainer</th>
<th># Package</th>
<th># Flagged</th>
+ <th># Flagged notesting</th>
</tr>
{% for maint in stats %}
<tr class="{% cycle pkgr2,pkgr1 %}">
<td><a href="/packages/?maint={{ maint.0.id }}">{{ maint.0.get_full_name }}</a></td>
<td><strong>{{ maint.1 }}</strong> packages</td>
<td><strong>{{ maint.2 }}</strong> packages</td>
+ <td><strong>{{ maint.3 }}</strong> packages</td>
</tr>
{% endfor %}
</table>