summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/devel/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 009a6834..baad92e4 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -15,6 +15,8 @@
<th>Repo</th>
<th>Version</th>
<th>Arch</th>
+ <th>Flagged</th>
+ <th>Last Updated</th>
</tr>
</thead>
<tbody>
@@ -25,6 +27,8 @@
<td>{{ pkg.repo.name }}</td>
<td>{{ pkg.pkgver }}</td>
<td>{{ pkg.arch.name }}</td>
+ <td>{{ pkg.flag_date }}</td>
+ <td>{{ pkg.last_update }}</td>
</tr>
{% empty %}
<tr class="empty"><td colspan="4"><em>No flagged packages to display</em></td></tr>