2006-11-15 Sancho Lerena <slerena@artica.es>

* estado_ultimopaquete.php: Fixed width for data in lastpacket.
	 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2006-11-15 12:30:31 +00:00
parent 316acb9b8b
commit ac0a427968
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ if (comprueba_login() == 0) {
if (($row3["id_tipo_modulo"] != 3) AND ($row3["id_tipo_modulo"]!=10) AND ($row3["id_tipo_modulo"]!=17)){
echo "<td class=".$tdcolor.">";
echo substr($row3["datos"],0,5);
echo substr($row3["datos"],0,9);
$handle = "stat".$nombre_tipo_modulo."_".$nombre_agente;
$url = 'reporting/procesos.php?agente='.$nombre_agente;
$win_handle=dechex(crc32($nombre_agente.$row3["nombre"]));