From 7faf9c7ed9452eb0847b6fca2d26966c0fc9feea Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 12:34:38 +0000 Subject: put in progress order --- test_index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test_index.php b/test_index.php index f57fb71..8449c10 100644 --- a/test_index.php +++ b/test_index.php @@ -144,11 +144,12 @@ $buildtime_total = array_sum($buildtime_total); // count all packages statuses $stats = array( - 'uploaded' => 0, - 'failure' => 0, 'todo' => 0, 'building' => 0, - 'partial' => 0 + 'partial' => 0, + 'uploaded' => 0, + 'rejected' => 0, + 'failure' => 0 ); $total = count($pkgs); -- cgit v1.2.1