Added a dynamic height on the fixed bottom box
This commit is contained in:
parent
39ea3910b0
commit
d8340344b0
|
@ -259,7 +259,7 @@ enterprise_hook('close_meta_frame');
|
||||||
|
|
||||||
treeController.init({
|
treeController.init({
|
||||||
recipient: $("div#tree-controller-recipient"),
|
recipient: $("div#tree-controller-recipient"),
|
||||||
detailRecipient: $.fixedBottomBox({ width: 400, height: 500 }),
|
detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }),
|
||||||
page: parameters['page'],
|
page: parameters['page'],
|
||||||
emptyMessage: "<?php echo __('No data found'); ?>",
|
emptyMessage: "<?php echo __('No data found'); ?>",
|
||||||
tree: data.tree,
|
tree: data.tree,
|
||||||
|
|
Loading…
Reference in New Issue