mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed WebRTC, WebApp UI improvements.
This commit is contained in:
parent
9be8af9214
commit
a16d2d5f12
5 changed files with 611 additions and 511 deletions
|
@ -1823,8 +1823,7 @@ function createMeshCore(agent) {
|
|||
if (ws.httprequest._dispatcher == null) return;
|
||||
//sendConsoleText('Win32-TermSize: ' + obj.cols + 'x' + obj.rows);
|
||||
if (ws.httprequest._dispatcher.invoke) { ws.httprequest._dispatcher.invoke('resizeTerminal', [obj.cols, obj.rows]); }
|
||||
} else
|
||||
{
|
||||
} else {
|
||||
if (ws.httprequest.process == null || ws.httprequest.process.pty == 0) return;
|
||||
//sendConsoleText('Linux Resize: ' + obj.cols + 'x' + obj.rows);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue