mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Reporting - SLA - minor changes
This commit is contained in:
parent
a0050dff08
commit
7091eb5aed
@ -637,7 +637,7 @@ function reporting_SLA($report, $content, $type = 'dinamic',
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (modules_is_disable_agent($sla['id_agent_module'])
|
if (modules_is_disable_agent($sla['id_agent_module'])
|
||||||
|| modules_is_not_init($item['id_agent_module'])) {
|
|| modules_is_not_init($sla['id_agent_module'])) {
|
||||||
if ($metaconsole_on) {
|
if ($metaconsole_on) {
|
||||||
//Restore db connection
|
//Restore db connection
|
||||||
metaconsole_restore_db();
|
metaconsole_restore_db();
|
||||||
@ -8229,4 +8229,4 @@ function reporting_format_planned_downtime_dates ($planned_downtime) {
|
|||||||
return $dates;
|
return $dates;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user