From 28b36a331afe3f717ba13a496fd098e5e8886212 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 16 Apr 2014 22:00:47 -0700 Subject: [PATCH] admin web: don't show deprecated claimed credit --- html/inc/db_ops.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc index 61a562230c..9ff7b929d4 100644 --- a/html/inc/db_ops.inc +++ b/html/inc/db_ops.inc @@ -1015,7 +1015,6 @@ function show_result_ops($result) { row("Batch", $result->batch); row("File delete state", file_delete_state_str($result->file_delete_state)." [$result->file_delete_state]"); row("Validate state", validate_state_str($result)." [$result->validate_state]"); - row("claimed credit", $result->claimed_credit); row("Granted credit", $result->granted_credit); row("Application", "appid\">".app_name_by_id($result->appid).""); if ($result->app_version_id > 0) { @@ -1058,7 +1057,6 @@ function result_short_header() { app
ver received
or deadline
or created CPU
hours - claimed
credit granted
credit "; @@ -1095,7 +1093,6 @@ function show_result_short($result) { $validate_color = validate_color($result->validate_state); $host_user = host_user_link($result->hostid); $cpu_hours = sprintf("%.1f",$result->cpu_time / 3600); - $claimed_credit = credit_str($result->claimed_credit); $granted_credit = "id>".credit_str($result->granted_credit).""; $delete_state = file_delete_state_str($result->file_delete_state); @@ -1113,7 +1110,6 @@ function show_result_short($result) { $version $received $cpu_hours - $claimed_credit $granted_credit ";