diff options
Diffstat (limited to 'server/templates/package_c.html')
-rw-r--r-- | server/templates/package_c.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/templates/package_c.html b/server/templates/package_c.html index 4971ca7..a5a875e 100644 --- a/server/templates/package_c.html +++ b/server/templates/package_c.html @@ -12,5 +12,7 @@ Top CPs:</br> <th>Hosts</th> </tr> $for p in pdata['TOP_CP']: - <tr><td>$p['CAT']</td><td>$p['PKG']</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>$p['HOST_COUNT']</td></tr> </table> |