2013-02-05 Sancho Lerena <slerena@artica.es>
* 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
This commit is contained in:
parent
a8ae3514bd
commit
827cd23557
|
@ -1,3 +1,9 @@
|
|||
2013-02-05 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.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');
|
||||
|
|
Loading…
Reference in New Issue