diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-19 13:16:24 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-19 13:16:24 +0000 |
commit | 2778ec1e523d66d393f30269370460619fe03201 (patch) | |
tree | 529bcb9d289dedeefd1f7fd2bf4897e2e6ed96ec /index.php | |
parent | 395719392a4f142cd298105b4431d922b22c06c2 (diff) | |
download | pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar.gz pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar.bz2 pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar.xz pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.zip |
show usage time diagram (sort of)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ if ($total > 0) { $s .= '<table style="width:100%;"><caption>Build times</caption>'; $max = max($build_dates); foreach ($build_dates as $time => $count) - $s .= sprintf('<tr><td>%d</td><td><span style="width: %dpx; height: 10px; background: #aaa;" title="%d"></span></td></tr>', + $s .= sprintf('<tr><td>%d</td><td><span style="width: %dpx; height: 10px; background: #aaa; display: block;" title="%d"></span></td></tr>', $time, round($count / $max * 100), $count); $s .= '</table>'; |