mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-28 11:01:13 +00:00
bug_fix
This commit is contained in:
parent
b908fdafc6
commit
7f4d3ffdbc
@ -63,6 +63,8 @@ function openTerminal(options) {
|
||||
rowHeight = 24;
|
||||
colWidth = 80
|
||||
}
|
||||
if(rowHeight){}else{rowHeight=24};
|
||||
if(colWidth){}else{colWidth=80};
|
||||
|
||||
var term = new Terminal({
|
||||
rows: rowHeight,
|
||||
|
Loading…
Reference in New Issue
Block a user