2012-06-25 Sancho Lerena <slerena@artica.es>
* operation/menu.php: Changed order of treeview in menu. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6690 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
581b05d7ea
commit
8f387818ba
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-25 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* operation/menu.php: Changed order of treeview in menu.
|
||||||
|
|
||||||
2012-06-25 Miguel de Dios <miguel.dedios@artica.es>
|
2012-06-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php: cleaned source code style.
|
* include/functions_graph.php: cleaned source code style.
|
||||||
|
|
|
@ -44,6 +44,9 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
||||||
$sub["operation/agentes/group_view"]["text"] = __('Group view');
|
$sub["operation/agentes/group_view"]["text"] = __('Group view');
|
||||||
$sub["operation/agentes/group_view"]["refr"] = 0;
|
$sub["operation/agentes/group_view"]["refr"] = 0;
|
||||||
|
|
||||||
|
$sub['operation/tree']['text'] = __('Tree view');
|
||||||
|
$sub["operation/tree"]["refr"] = 0;
|
||||||
|
|
||||||
$sub["operation/agentes/estado_agente"]["text"] = __('Agent detail');
|
$sub["operation/agentes/estado_agente"]["text"] = __('Agent detail');
|
||||||
$sub["operation/agentes/estado_agente"]["refr"] = 0;
|
$sub["operation/agentes/estado_agente"]["refr"] = 0;
|
||||||
$sub["operation/agentes/estado_agente"]["subsecs"] = array(
|
$sub["operation/agentes/estado_agente"]["subsecs"] = array(
|
||||||
|
@ -82,9 +85,6 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
||||||
|
|
||||||
$sub["operation/snmpconsole/snmp_view"]["sub2"] = $sub2;
|
$sub["operation/snmpconsole/snmp_view"]["sub2"] = $sub2;
|
||||||
|
|
||||||
$sub['operation/tree']['text'] = __('Tree view');
|
|
||||||
$sub["operation/tree"]["refr"] = 0;
|
|
||||||
|
|
||||||
$menu_operation["estado"]["sub"] = $sub;
|
$menu_operation["estado"]["sub"] = $sub;
|
||||||
//End of view agents
|
//End of view agents
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue