From f428773a040998f0236bf4ee967faa8cea2bd4aa Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 16:10:39 +0000 Subject: move charts --- test_index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_index.php b/test_index.php index eebb7d4..bdd659e 100644 --- a/test_index.php +++ b/test_index.php @@ -365,6 +365,10 @@ if ($total > 0) { $s .= '

'; + $s .= '
+
+
'; + uksort($buildtime_stats, "timesort"); $bts = ''; @@ -412,10 +416,6 @@ else ?>
-
-
-
-
', mga_bs_charts::js_draw_status_chart($stats, 'status-chart'), -- cgit v1.2.1