mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12248 move nflow to netflow config
This commit is contained in:
parent
1362ff0967
commit
54514b043d
@ -405,19 +405,6 @@ $table->data[$i++][] = html_print_label_input_block(
|
|||||||
|
|
||||||
|
|
||||||
$table->data[$i][] = html_print_label_input_block(
|
$table->data[$i][] = html_print_label_input_block(
|
||||||
__('Enable Sflow'),
|
|
||||||
html_print_checkbox_switch_extended(
|
|
||||||
'activate_sflow',
|
|
||||||
1,
|
|
||||||
$config['activate_sflow'],
|
|
||||||
$rbt_disabled,
|
|
||||||
'',
|
|
||||||
'',
|
|
||||||
true
|
|
||||||
),
|
|
||||||
);
|
|
||||||
|
|
||||||
$table->data[$i++][] = html_print_label_input_block(
|
|
||||||
__('General network path'),
|
__('General network path'),
|
||||||
html_print_input_text(
|
html_print_input_text(
|
||||||
'general_network_path',
|
'general_network_path',
|
||||||
|
@ -83,6 +83,19 @@ $table->data[3][] = html_print_label_input_block(
|
|||||||
html_print_checkbox_switch_extended('netflow_get_ip_hostname', 1, $config['netflow_get_ip_hostname'], false, $onclick, '', true)
|
html_print_checkbox_switch_extended('netflow_get_ip_hostname', 1, $config['netflow_get_ip_hostname'], false, $onclick, '', true)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$table->data[4][] = html_print_label_input_block(
|
||||||
|
__('Enable Sflow'),
|
||||||
|
html_print_checkbox_switch_extended(
|
||||||
|
'activate_sflow',
|
||||||
|
1,
|
||||||
|
$config['activate_sflow'],
|
||||||
|
$rbt_disabled,
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
true
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
echo '<form class="max_floating_element_size" id="netflow_setup" method="post">';
|
echo '<form class="max_floating_element_size" id="netflow_setup" method="post">';
|
||||||
html_print_table($table);
|
html_print_table($table);
|
||||||
html_print_input_hidden('update_config', 1);
|
html_print_input_hidden('update_config', 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user