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

Completed mobile web site full desktop mode.

This commit is contained in:
Ylian Saint-Hilaire 2020-11-23 16:54:28 -08:00
parent d3e3db653b
commit 80f016f688
9 changed files with 151 additions and 36 deletions

View file

@ -5029,6 +5029,10 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
try { ws.send(JSON.stringify(responseCmd)); } catch (ex) { }
break;
}
case 'print': {
console.log(command.value);
break;
}
default: {
// Unknown user action
console.log('Unknown action from user ' + user.name + ': ' + command.action + '.');