mirror of https://github.com/jumpserver/jumpserver
parent
bce3def4c6
commit
c79e625000
|
@ -134,7 +134,7 @@
|
|||
var geom = resize();
|
||||
console.log(geom);
|
||||
term_client.term.resize(geom.cols, geom.rows);
|
||||
term_client.client.send({'resize': {'roles': geom.rows, 'cols': geom.cols}});
|
||||
term_client.client.send({'resize': {'rows': geom.rows, 'cols': geom.cols}});
|
||||
$('#ssh').show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue