parent
8c47a51e66
commit
1c45e99ad0
|
@ -2029,7 +2029,6 @@ function reporting_html_availability(&$table, $item) {
|
||||||
$table_row2[] = $row['checks_error'];
|
$table_row2[] = $row['checks_error'];
|
||||||
$table_row2[] = $row['checks_ok'];
|
$table_row2[] = $row['checks_ok'];
|
||||||
$table_row2[] = $row['checks_unknown'];
|
$table_row2[] = $row['checks_unknown'];
|
||||||
//$table_row2[] = remove_right_zeros(number_format($row['SLA'], $config['graph_precision']));
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ($item['date']['to'] > $the_first_men_time) {
|
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_error'];
|
||||||
$table_row2[] = $row['checks_ok'];
|
$table_row2[] = $row['checks_ok'];
|
||||||
$table_row2[] = $row['checks_unknown'];
|
$table_row2[] = $row['checks_unknown'];
|
||||||
//$table_row2[] = remove_right_zeros(number_format($row['SLA'], $config['graph_precision']));
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$same_agent_in_resume = $item['data']['agent'];
|
$same_agent_in_resume = $item['data']['agent'];
|
||||||
|
|
Loading…
Reference in New Issue