[Tree view] Substitute items by groups

This commit is contained in:
fermin831 2018-03-15 12:06:07 +01:00
parent 270a43fbeb
commit e9932daf19
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ var TreeController = {
recipient: '',
tree: [],
emptyMessage: "No data found.",
foundMessage: "Found items",
foundMessage: "Found groups",
errorMessage: "Error",
baseURL: "",
ajaxURL: "ajax.php",

View File

@ -283,7 +283,7 @@ enterprise_hook('close_meta_frame');
detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }),
page: parameters['page'],
emptyMessage: "<?php echo __('No data found'); ?>",
foundMessage: "<?php echo __('Found items'); ?>",
foundMessage: "<?php echo __('Found groups'); ?>",
tree: data.tree,
baseURL: "<?php echo ui_get_full_url(false, false, false, is_metaconsole()); ?>",
ajaxURL: "<?php echo ui_get_full_url('ajax.php', false, false, false); ?>",