Revisión 97
Añadido por Manu Mora Gordillo hace alrededor de 14 años
index.html | ||
---|---|---|
$('#selectable #selectable-'+computer[1]+' #userName').html(computer[0]);
|
||
$('#selectable #selectable-'+computer[1]+' .thumb-image').attr('src','img/nobody.png');
|
||
});
|
||
|
||
//getLTSPClients();
|
||
|
||
setTimeout("getLTSPStatus()",10000);
|
||
});
|
||
}
|
||
|
||
function getLTSPClients(){
|
||
$.post('hosts','action=getLTSPClients', function(data) {
|
||
var result = $.parseJSON(data);
|
||
|
||
setTimeout("getLTSPClients()",25000);
|
||
});
|
||
}
|
||
|
||
</script>
|
||
|
Exportar a: Unified diff
Añadiendo logging