diff --git a/html/ops/db_action.php b/html/ops/db_action.php index 31314c2992..1a985461df 100644 --- a/html/ops/db_action.php +++ b/html/ops/db_action.php @@ -1,7 +1,7 @@ count(); if ($count < $start_at + $entries_to_show) { @@ -37,7 +37,7 @@ } $last = $start_at + $entries_to_show; - + $main_query = $q->get_select_query($entries_to_show, $start_at); echo "

Query: $main_query

\n"; @@ -48,7 +48,7 @@ $urlquery = urlencode($q->query); echo "
"; - if ($start_at) { + if ($start_at) { $prev_pos = $start_at - $page_entries_to_show; if ($prev_pos < 0) { $prev_pos = 0; @@ -64,6 +64,9 @@ "; } echo "
"; + if ($table == "result") { + echo "Summary |"; + } if ($detail == "high") { echo " Less detail diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index db1a917ca0..c78fbcfcfd 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -534,7 +534,7 @@ function show_result_short($result) { $received = time_str($result->received_time); $version = client_version_string($result->client_version_num); $outcome_color = outcome_color($result->outcome); - $host_user = host_user_link($result->userid); + $host_user = host_user_link($result->hostid); echo "