aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/package_cp.html')
-rw-r--r--server/templates/package_cp.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/templates/package_cp.html b/server/templates/package_cp.html
index ac39835..6297e0b 100644
--- a/server/templates/package_cp.html
+++ b/server/templates/package_cp.html
@@ -12,5 +12,8 @@ Top CPVs:</br>
<th>Hosts</th>
</tr>
$for p in pdata['TOP_CPV']:
- <tr><td>$p['CAT']</td><td>$p['PKG']</td><td>$p['VER']</td><td>$p['HOST_COUNT']</td></tr>
+ <tr><td><a href="package/$p['CAT']">$p['CAT']</a>
+ </td><td><a href="$p['CAT']/$p['PKG']">$p['PKG']<a>
+ </td><td><a href="$p['PKG']-$p['VER']">$p['VER']</a>
+ </td><td>$p['HOST_COUNT']</td></tr>
</table>