From 827cd235575459e4774ad9bcd9e4eca16c92528d Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 5 Feb 2013 12:27:50 +0000 Subject: [PATCH] 2013-02-05 Sancho Lerena * operation/menu.php: Fixed duplicity in SNMP trap menu. SNMP options are inside the "Monitoring" sub section. Removed "standalone" option, which have missing suboptions. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7587 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/menu.php | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2fff047105..f77ea5507a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-02-05 Sancho Lerena + + * operation/menu.php: Fixed duplicity in SNMP trap menu. SNMP + options are inside the "Monitoring" sub section. Removed + "standalone" option, which have missing suboptions. + 2013-02-05 Miguel de Dios * include/functions_gis.php, diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 19508a5ba7..804d7a7cee 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -351,12 +351,6 @@ if (check_acl ($config['id_user'], 0, "IR")) { // Rest of options, all with AR privilege (or should events be with incidents?) if (check_acl ($config['id_user'], 0, "AR")) { - //SNMP Console - $menu_operation["snmpconsole"]["text"] = __('SNMP console'); - $menu_operation["snmpconsole"]["refr"] = 0; - $menu_operation["snmpconsole"]["sec2"] = "operation/snmpconsole/snmp_view"; - $menu_operation["snmpconsole"]["id"] = "oper-snmpc"; - // Extensions menu additions if (is_array ($config['extensions'])) { $menu_operation["extensions"]["text"] = __('Extensions');