diff --git a/html/ops/db.inc b/html/ops/db.inc index dd3d7eef71..c18575bea0 100644 --- a/html/ops/db.inc +++ b/html/ops/db.inc @@ -177,7 +177,7 @@ function show_result($result,$show_xml_docs,$show_stderr,$show_times) { row("state", res_state_string($result->state)); row("Deadline", time_str($result->report_deadline)); row("Host ID", "hostid>" . host_name_by_id($result->hostid) . ""); - row("Exit Status", $result->exit_status); + row("Client State", $result->client_state); row("CPU time", $result->cpu_time); if ($show_xml_docs) { row("XML doc in", "
".htmlspecialchars($result->xml_doc_in).""); diff --git a/html/user/team.inc b/html/user/team.inc index 37c7bacf72..838c5c4777 100644 --- a/html/user/team.inc +++ b/html/user/team.inc @@ -85,7 +85,7 @@ function display_team_page($team) { $j = $i+1; echo "