diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index a5322733ea..88683086bc 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -298,7 +298,7 @@ function client_version_string($client_version_num) { function outcome_color($s) { switch($s) { case 1: return '33cc33'; // "Success" - case 3: return 'ff0000'; // "Client error" + case 3: return 'ff3333'; // "Client error" } return 'white'; } diff --git a/html/ops/result_summary.php b/html/ops/result_summary.php index ddb8812a3f..9525a46de4 100644 --- a/html/ops/result_summary.php +++ b/html/ops/result_summary.php @@ -8,7 +8,8 @@ if ($n == 0) { return "0"; } else { - return "$n"; + return "$n"; + // &sort_by=received_time } } @@ -46,9 +47,14 @@ } mysql_free_result($result); - echo ""; + echo "
"; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; echo ""; echo ""; echo "

All results

'Over' results

'Client error' results

 "; echo "\n"; for ($ss=1; $ss<6; $ss++) { row2(result_server_state_string($ss), @@ -57,7 +63,6 @@ echo "
Server state# results
'Over' results:"; echo "\n"; for ($ro=0; $ro<6; $ro++) { c_row2(outcome_color($ro), result_outcome_string($ro), @@ -66,7 +71,6 @@ echo "
Outcome# results
'Client error' results:"; echo "\n"; for ($cs=1; $cs<6; $cs++) { row2(result_client_state_string($cs),
Client state# results