mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
First integration of RDP into the desktop tab.
This commit is contained in:
@@ -138,7 +138,13 @@
|
||||
});
|
||||
|
||||
return this;
|
||||
},
|
||||
},
|
||||
/**
|
||||
* disconnect
|
||||
*/
|
||||
disconnect: function () {
|
||||
if (this.socket) { this.socket.close(); }
|
||||
},
|
||||
/**
|
||||
* connect
|
||||
* @param ip {string} ip target for rdp
|
||||
|
||||
Reference in New Issue
Block a user