mirror of https://github.com/jumpserver/jumpserver
bug_fix
parent
bb7a3ea053
commit
ef59cff44b
|
@ -364,7 +364,7 @@ class WebTerminalHandler(tornado.websocket.WebSocketHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
if 'resize' in jsondata.get('data'):
|
if 'resize' in jsondata.get('data'):
|
||||||
self.termlog.write(jsondata)
|
self.termlog.write(message)
|
||||||
self.channel.resize_pty(
|
self.channel.resize_pty(
|
||||||
jsondata.get('data').get('resize').get('cols', 80),
|
jsondata.get('data').get('resize').get('cols', 80),
|
||||||
jsondata.get('data').get('resize').get('rows', 24)
|
jsondata.get('data').get('resize').get('rows', 24)
|
||||||
|
|
Loading…
Reference in New Issue