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:
parent
2d666d811f
commit
00ade02594
6 changed files with 1912 additions and 1887 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue