diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 5265ef9b26..3730319347 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -132,6 +132,7 @@ switch ($action) { $hide_notinit_agents = 0; $server_name = ''; $server_id = 0; + $dyn_height = 230; break; case 'save': default: @@ -173,6 +174,7 @@ switch ($action) { $server_name = ''; $server_id = 0; $get_data_editor = false; + $dyn_height = 230; break; } @@ -196,6 +198,7 @@ switch ($action) { $show_in_two_columns = $style['show_in_two_columns']; $show_in_landscape = $style['show_in_landscape']; $hide_notinit_agents = $style['hide_notinit_agents']; + $dyn_height = $style['dyn_height']; $type = $item['type']; $name = $item['name']; @@ -1541,6 +1544,11 @@ You can of course remove the warnings, that's why we include the source and do n + + + + +