";
if ($row["disabled"] == 1){
echo "";
}
echo "".substr(strtoupper($row["nombre"]),0,20)."";
if ($row["disabled"] == 1){
echo "";
}
echo " | ";
echo "";
// Has remote configuration ?
$agent_md5 = md5($row["nombre"], FALSE);
if (file_exists($config["remote_config"] . "/" . $agent_md5 . ".md5")){
echo "";
echo "";
echo "";
}
echo " | ";
// Operating System icon
echo "";
print_os_icon ($row["id_os"], false);
echo " | ";
// Group icon and name
echo "".print_group_icon ($id_grupo, true)." | ";
// Description
echo "".$row["comentarios"]." | ";
// Action
echo "';
echo " | ";
}
}
echo "