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:
parent
316acb9b8b
commit
ac0a427968
|
@ -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"]));
|
||||
|
|
Loading…
Reference in New Issue