diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 447e06c7de..c7a23fb0fd 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -259,7 +259,7 @@ enterprise_hook('close_meta_frame'); treeController.init({ recipient: $("div#tree-controller-recipient"), - detailRecipient: $.fixedBottomBox({ width: 400, height: 500 }), + detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }), page: parameters['page'], emptyMessage: "", tree: data.tree,