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
e47ab50623
commit
e409791c85
|
@ -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>
|
||||
|
||||
* 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;
|
||||
}
|
||||
/* Icons specified here */
|
||||
#icon_oper-networkconsole {
|
||||
background-image: url(../../images/plotchart.png);
|
||||
}
|
||||
#icon_oper-dashboard {
|
||||
background-image: url(../../images/house.png);
|
||||
}
|
||||
|
|
|
@ -31,6 +31,7 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||
enterprise_hook ('metaconsole_menu');
|
||||
enterprise_hook ('dashboard_menu');
|
||||
enterprise_hook ('services_menu');
|
||||
enterprise_hook ('networkmap_console');
|
||||
|
||||
//View agents
|
||||
$menu["estado"]["text"] = __('View agents');
|
||||
|
|
Loading…
Reference in New Issue