mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-07 11:59:18 +00:00
修改windows下 web terminal窗口高度
This commit is contained in:
parent
0924484bc4
commit
70c86d2a44
@ -244,7 +244,7 @@
|
|||||||
content: new_url+data
|
content: new_url+data
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
window.open(new_url+data, '', 'width=628px, height=420px')
|
window.open(new_url+data, '', 'width=628px, height=380px')
|
||||||
} else if (dataArray.length == 1 && data != 'error'){
|
} else if (dataArray.length == 1 && data != 'error'){
|
||||||
/*layer.open({
|
/*layer.open({
|
||||||
type: 2,
|
type: 2,
|
||||||
@ -292,7 +292,7 @@
|
|||||||
content: new_url
|
content: new_url
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
window.open(new_url, '', 'height=628px, width=420px')
|
window.open(new_url, '', 'height=628px, width=380px')
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user