mirror of https://github.com/jumpserver/jumpserver
commit
90c3ed96e3
|
@ -134,7 +134,7 @@
|
||||||
var geom = resize();
|
var geom = resize();
|
||||||
console.log(geom);
|
console.log(geom);
|
||||||
term_client.term.resize(geom.cols, geom.rows);
|
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();
|
$('#ssh').show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue