1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Web interface improvements.

This commit is contained in:
Ylian Saint-Hilaire 2021-01-15 17:05:29 -08:00
parent 2d666d811f
commit 00ade02594
6 changed files with 1912 additions and 1887 deletions

View file

@ -515,6 +515,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
obj.agentInfo.computerName = '';
//console.log('computerName-none');
}
obj.dbMeshKey = 'mesh/' + domain.id + '/' + obj.meshid;
completeAgentConnection();
} else if (cmd == 4) {