aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/package.html')
-rw-r--r--server/templates/package.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/templates/package.html b/server/templates/package.html
index 6b1f7da..76c1fdd 100644
--- a/server/templates/package.html
+++ b/server/templates/package.html
@@ -12,5 +12,6 @@ Top Categories:</br>
<th>Hosts</th>
</tr>
$for p in pdata['TOP_C']:
- <tr><td>$p['CAT']</td><td>$p['HOST_COUNT']</td></tr>
+ <tr><td><a href="package/$p['CAT']">$p['CAT']</a></td>
+ <td>$p['HOST_COUNT']</td></tr>
</table>