mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-4636-Eliminar-hint-de-la-vista-Monitors-View' into 'develop'
Remove hint in metaconsole monitoring view See merge request artica/pandorafms!2723
This commit is contained in:
commit
44ec25bf0a
@ -3071,9 +3071,12 @@ function html_print_autocomplete_modules(
|
|||||||
['style' => 'background: url(images/search_module.png) no-repeat right;']
|
['style' => 'background: url(images/search_module.png) no-repeat right;']
|
||||||
);
|
);
|
||||||
html_print_input_hidden($name.'_hidden', $id_agent_module);
|
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);
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function escapeHTML (str)
|
function escapeHTML (str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user