mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 22:17:31 +03:00
Minor MeshCtrl.js fix.
This commit is contained in:
parent
4a0c46e12c
commit
34a7bfa922
@ -1486,7 +1486,7 @@ function serverConnect() {
|
|||||||
for (var j in devicesInMesh) {
|
for (var j in devicesInMesh) {
|
||||||
var n = devicesInMesh[j];
|
var n = devicesInMesh[j];
|
||||||
nodecount++;
|
nodecount++;
|
||||||
console.log('\"' + n._id.split('/')[2] + '\", \"' + n.name.split('\"', '') + '\", ' + (n.icon ? n.icon : 0) + ', ' + (n.conn ? n.conn : 0) + ', ' + (n.pwr ? n.pwr : 0));
|
console.log('\"' + n._id.split('/')[2] + '\", \"' + n.name.split('\"').join('') + '\", ' + (n.icon ? n.icon : 0) + ', ' + (n.conn ? n.conn : 0) + ', ' + (n.pwr ? n.pwr : 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (nodecount == 0) { console.log('None'); }
|
if (nodecount == 0) { console.log('None'); }
|
||||||
|
Loading…
Reference in New Issue
Block a user