diff --git a/pandora_console/operation/agentes/networkmap.php b/pandora_console/operation/agentes/networkmap.php index cacbf717a2..3889176a3c 100644 --- a/pandora_console/operation/agentes/networkmap.php +++ b/pandora_console/operation/agentes/networkmap.php @@ -479,10 +479,10 @@ if ($activeTab == 'groups') { } // Interfaces -if ($activeTab == 'topology') { - $form_elems[] = __('Show interfaces') . ' ' . - html_print_checkbox ('show_snmp_modules', '1', $show_snmp_modules, true); -} +//if ($activeTab == 'topology') { +// $form_elems[] = __('Show interfaces') . ' ' . +// html_print_checkbox ('show_snmp_modules', '1', $show_snmp_modules, true); +//} // No overlap if ($activeTab != 'dynamic' && $activeTab != 'radial_dynamic') { @@ -547,10 +547,10 @@ if (($activeTab == 'groups') || ($activeTab == 'topology')) { } // L2 network -if ($activeTab == 'topology') { - $form_elems[] = __('L2 network interfaces') . ' ' . - html_print_checkbox ('l2_network', '1', $l2_network, true); -} +//if ($activeTab == 'topology') { +// $form_elems[] = __('L2 network interfaces') . ' ' . +// html_print_checkbox ('l2_network', '1', $l2_network, true); +//} // Distance between nodes if ($nooverlap == 1) {