From e0242462ebc9b7f0d406a4a07c89ed23860f8673 Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Mon, 10 Sep 2018 13:10:27 +0200 Subject: [PATCH] modified function for availability reporting --- pandora_console/include/functions_reporting_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index b2dc71c756..df58255356 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -2321,7 +2321,7 @@ function reporting_html_availability(&$table, $item) { global $config; - if (!empty($item["data"]) || ($hide_notinit_agent !=1 && ($item['type'] == "availability" || $item['type'] == "sla"))) { + if (!empty($item["data"]) || $hide_notinit_agent !=1) { $table1 = new stdClass(); $table1->width = '99%'; $table1->data = array ();