mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fixed minor error
This commit is contained in:
parent
39f4690ef4
commit
f23639ca69
@ -2031,7 +2031,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) {
|
||||||
@ -2078,7 +2077,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…
x
Reference in New Issue
Block a user