mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
First integration of RDP into the desktop tab.
This commit is contained in:
parent
41b6b6a54a
commit
09881d06f5
6 changed files with 260 additions and 30 deletions
|
@ -138,7 +138,13 @@
|
|||
});
|
||||
|
||||
return this;
|
||||
},
|
||||
},
|
||||
/**
|
||||
* disconnect
|
||||
*/
|
||||
disconnect: function () {
|
||||
if (this.socket) { this.socket.close(); }
|
||||
},
|
||||
/**
|
||||
* connect
|
||||
* @param ip {string} ip target for rdp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue