mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 20:11:52 +00:00
Version 0.8.4
This commit is contained in:
parent
57f94c8b83
commit
00b43cc333
1 changed files with 1 additions and 1 deletions
|
@ -5567,7 +5567,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
||||||
// Node information
|
// Node information
|
||||||
if (nodeinfo.node != null) {
|
if (nodeinfo.node != null) {
|
||||||
const n = nodeinfo.node;
|
const n = nodeinfo.node;
|
||||||
output += csvClean(n._id) + ',' + csvClean(n.name) + ',' + csvClean(n.rname ? n.rname : '') + ',' + csvClean(n.host ? n.host : '') + ',' + n.icon + ',' + (n.ip ? n.ip : '') + ',' + (n.osdesc ? csvClean(n.osdesc) : '') + ',' + csvClean(parent.meshes[n.meshid].name);
|
output += csvClean(n._id) + ',' + csvClean(n.name) + ',' + csvClean(n.rname ? n.rname : '') + ',' + csvClean(n.host ? n.host : '') + ',' + (n.icon ? n.icon : 1) + ',' + (n.ip ? n.ip : '') + ',' + (n.osdesc ? csvClean(n.osdesc) : '') + ',' + csvClean(parent.meshes[n.meshid].name);
|
||||||
} else {
|
} else {
|
||||||
output += ',,,,,,,';
|
output += ',,,,,,,';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue