From 791c0b62d1c7163544b63762e86c6b9a01971cf0 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Thu, 21 Mar 2024 15:42:59 +0100 Subject: [PATCH] 13127-Add hint in Netflow setup item --- pandora_console/godmode/setup/setup_netflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/setup/setup_netflow.php b/pandora_console/godmode/setup/setup_netflow.php index 4b9900e8fa..93ef168b52 100644 --- a/pandora_console/godmode/setup/setup_netflow.php +++ b/pandora_console/godmode/setup/setup_netflow.php @@ -42,7 +42,7 @@ $table->border = 0; $table->data = []; $table->data[0][] = html_print_label_input_block( - __('Data storage path'), + __('Data storage path').ui_print_help_tip(__('The Netflow data will be saved in the directory specified here, which will be located in the path defined by the "General Network path" parameter (this parameter is found in the General Settings).'), true), html_print_input_text('netflow_name_dir', $config['netflow_name_dir'], false, 50, 200, true) );