From 98ec2f31e66aa88e0d1f0b9b62ff3b41c0507a56 Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Thu, 7 Mar 2019 18:05:03 +0100 Subject: [PATCH] Restored width in % and forced Agent SNMP view to enter if with widget=true Former-commit-id: 25ca763789d5d30d298b6bf77bd5f0630aff526f --- pandora_console/include/functions_reporting_html.php | 2 +- pandora_console/include/graphs/functions_flot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 362120e0a1..786a31ae7f 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -4531,7 +4531,7 @@ function reporting_get_event_histogram($events, $text_header_event=false) [], true, $ttl, - false, + true, false ); diff --git a/pandora_console/include/graphs/functions_flot.php b/pandora_console/include/graphs/functions_flot.php index 39c4c347dc..637d02b34b 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -748,7 +748,7 @@ function flot_slicesbar_graph( if ($widgets) { $return = "
"; } else { - $return = "
"; + $return = "
"; } }