From 1c45e99ad0f35df136bb955bdeb6a1bc6b068ba0 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 29 Nov 2016 13:11:26 +0100 Subject: [PATCH] fixed minor error (cherry picked from commit f23639ca69e24e4443871cce90adbfadebff09e3) --- pandora_console/include/functions_reporting_html.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index f7bf970294..a0137252f7 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -2028,8 +2028,7 @@ function reporting_html_availability(&$table, $item) { $table_row2[] = $row['checks_total']; $table_row2[] = $row['checks_error']; $table_row2[] = $row['checks_ok']; - $table_row2[] = $row['checks_unknown']; - //$table_row2[] = remove_right_zeros(number_format($row['SLA'], $config['graph_precision'])); + $table_row2[] = $row['checks_unknown']; } else { if ($item['date']['to'] > $the_first_men_time) { @@ -2076,7 +2075,6 @@ function reporting_html_availability(&$table, $item) { $table_row2[] = $row['checks_error']; $table_row2[] = $row['checks_ok']; $table_row2[] = $row['checks_unknown']; - //$table_row2[] = remove_right_zeros(number_format($row['SLA'], $config['graph_precision'])); } else { $same_agent_in_resume = $item['data']['agent'];