diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index eb7ba8a4e2..0d9aff1135 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-03-30 Javier Lanz + + * include/functions_reporting.php: Fixed a small problem passing 'width' + parameter in 'top_n' reports + 2011-03-30 Javier Lanz * include/functions_reporting.php: Fixed a small problem when displaying only the graph and not the table for the exception report. diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 65f29bb86e..6c3c05cd17 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -2987,7 +2987,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { $height = count($data_pie_graph)*20+35; $data = array(); $data[0] = ""; + "&height=".$height."&width=600'>"; array_push ($table->data, $data); }