From b12facc89b35131b49027cdd882e228dff43625b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 12 Sep 2019 12:25:31 +0200 Subject: [PATCH] Remove hint in metaconsole monitoring view --- pandora_console/include/functions_html.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 08d60dbb6e..2f66590a1c 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -2812,9 +2812,12 @@ function html_print_autocomplete_modules( ['style' => 'background: url(images/search_module.png) no-repeat right;'] ); html_print_input_hidden($name.'_hidden', $id_agent_module); - ui_print_help_tip(__('Type at least two characters to search the module.'), false); - $javascript_ajax_page = ui_get_full_url('ajax.php', false, false, false, false); + if (!is_metaconsole()) { + ui_print_help_tip(__('Type at least two characters to search the module.'), false); + } + + $javascript_ajax_page = ui_get_full_url('ajax.php', false, false, false); ?>