Merge branch 'ent-13127-anadir-hint-a-token-data-storage-path-de-netflow' into 'develop'

Ent 13127 anadir hint a token data storage path de netflow

See merge request artica/pandorafms!7062
This commit is contained in:
Rafael Ameijeiras 2024-03-26 10:59:54 +00:00
commit 4964be83be
1 changed files with 1 additions and 1 deletions

View File

@ -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)
);