mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added batch user account management.
This commit is contained in:
parent
204b075065
commit
692678b75b
4 changed files with 376 additions and 262 deletions
|
@ -298,7 +298,9 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
|
|||
case 88: // MNG_KVM_MOUSE_CURSOR
|
||||
if (cmdsize != 5) break;
|
||||
var cursorNum = str.charCodeAt(4);
|
||||
console.log('MouseCursorRaw', cursorNum);
|
||||
if (cursorNum > mouseCursors.length) { cursorNum = 0; }
|
||||
console.log('MouseCursorStr', mouseCursors[cursorNum]);
|
||||
obj.CanvasId.style.cursor = mouseCursors[cursorNum];
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue