diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index b1f60d3db1..2c2cefd124 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -2860,7 +2860,12 @@ function reporting_get_event_histogram ($events, $text_header_event = false) { $table->width = '100%'; } else { - $table->width = '70%'; + if (defined("METACONSOLE")) { + $table->width = '100%'; + } + else { + $table->width = '70%'; + } } $table->data = array (); $table->size = array ();