Temporarily disabled iface info from network maps.

Network maps became too cluttered when layer 2 interface information was
displayed. They will probably be merged with the network console.
This commit is contained in:
Ramon Novoa 2016-06-16 18:55:06 +02:00
parent 5363c339bc
commit e84cf3efb0
1 changed files with 8 additions and 8 deletions

View File

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