2011-08-19 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/menu.css, operation/menu.php, images/plotchart.png: move to the upper level the Networkmap Console, and added image icon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4785 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d8df1fbfd1
commit
0fa04c0988
|
@ -1,3 +1,8 @@
|
||||||
|
2011-08-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/styles/menu.css, operation/menu.php, images/plotchart.png: move
|
||||||
|
to the upper level the Networkmap Console, and added image icon.
|
||||||
|
|
||||||
2011-08-19 Sergio Martin <sergio.martin@artica.es>
|
2011-08-19 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/servers/manage_recontask_form.php: add more explanation in the
|
* godmode/servers/manage_recontask_form.php: add more explanation in the
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 622 B |
|
@ -87,6 +87,9 @@
|
||||||
background-position: 4px 8px;
|
background-position: 4px 8px;
|
||||||
}
|
}
|
||||||
/* Icons specified here */
|
/* Icons specified here */
|
||||||
|
#icon_oper-networkconsole {
|
||||||
|
background-image: url(../../images/plotchart.png);
|
||||||
|
}
|
||||||
#icon_oper-dashboard {
|
#icon_oper-dashboard {
|
||||||
background-image: url(../../images/house.png);
|
background-image: url(../../images/house.png);
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,7 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
||||||
enterprise_hook ('metaconsole_menu');
|
enterprise_hook ('metaconsole_menu');
|
||||||
enterprise_hook ('dashboard_menu');
|
enterprise_hook ('dashboard_menu');
|
||||||
enterprise_hook ('services_menu');
|
enterprise_hook ('services_menu');
|
||||||
|
enterprise_hook ('networkmap_console');
|
||||||
|
|
||||||
//View agents
|
//View agents
|
||||||
$menu["estado"]["text"] = __('View agents');
|
$menu["estado"]["text"] = __('View agents');
|
||||||
|
|
Loading…
Reference in New Issue