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:
slerena 2012-06-25 11:03:08 +00:00
parent 06831a5e55
commit d82c06a212
2 changed files with 8 additions and 4 deletions

View File

@ -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>
* include/functions_graph.php: cleaned source code style.

View File

@ -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"]["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"]["refr"] = 0;
$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/tree']['text'] = __('Tree view');
$sub["operation/tree"]["refr"] = 0;
$menu_operation["estado"]["sub"] = $sub;
//End of view agents
}