Repaired SLA report minor change
This commit is contained in:
parent
82658cb6fa
commit
f39efff6bb
|
@ -4398,7 +4398,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
||||||
}
|
}
|
||||||
|
|
||||||
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 (($config ['metaconsole'] == 1) && defined('METACONSOLE')) {
|
if (($config ['metaconsole'] == 1) && defined('METACONSOLE')) {
|
||||||
//Restore db connection
|
//Restore db connection
|
||||||
|
|
Loading…
Reference in New Issue