From ebc111aa2ac33a8a4c19bb3a8789412b4a6b4af7 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 16:48:21 +0000 Subject: remove old packagers list; less detail in pie chart --- test_index.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test_index.php') diff --git a/test_index.php b/test_index.php index 858d0c3..87100b5 100644 --- a/test_index.php +++ b/test_index.php @@ -347,20 +347,12 @@ if ($total > 0) {
'; - // Packagers stats - $s .= ''; - arsort($users); - foreach ($users as $k => $v) { - $s .= sprintf('', - $k, $k, $v); - } $s .= sprintf('
Packagers
UserPackages
%s%d
Total time%s hours
Average%s minutes
Builds count%s
', round($buildtime_total / 60, 2), $buildtime_avg, $buildtime_cnt); - $s .= '

'; $s .= '
-- cgit v1.2.1