2011-08-18 Sancho Lerena <slerena@artica.es>

* include/functions_servers.php: SNMP Server is SNMP Trap
        server.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4772 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2011-08-18 16:06:59 +00:00
parent d97ccb278d
commit efd3c75fc0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-18 Sancho Lerena <slerena@artica.es>
* include/functions_servers.php: SNMP Server is SNMP Trap server.
2011-08-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb_data.sql: Fixed bad sintax query on this script.

View File

@ -165,7 +165,7 @@ function servers_get_info ($id_server = -1) {
$id_modulo = 2;
break;
case 2:
$server["img"] = html_print_image ("images/snmp.png", true, array ("title" => __('SNMP server')));
$server["img"] = html_print_image ("images/snmp.png", true, array ("title" => __('SNMP Trap server')));
$server["type"] = "snmp";
$id_modulo = 0;
break;