2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* operation/events/events_list.php: When an event doesn't have agent
	associated then don't display AlertSNMP as agent name.
	
	Fixes: #3414380



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-11-07 13:51:31 +00:00
parent e24cddb50d
commit 579eb051bb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: When an event doesn't have agent
associated then don't display AlertSNMP as agent name.
Fixes: #3414380
2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/estado_ultimopaquete.php

View File

@ -467,7 +467,7 @@ foreach ($result as $event) {
$data[2] .= ui_print_agent_name ($event["id_agente"], true);
}
else {
$data[2] .= __('Alert').__('SNMP');
$data[2] .= '';
}
$data[2] .= '</span>';