mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
parent
5363c339bc
commit
e84cf3efb0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user