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 "
All results | ";
+ echo "'Over' results | ";
+ echo "'Client error' results | ";
+ echo "||||||
| ";
echo "
| ";
echo "
|