mirror of
https://github.com/dobin/lxd-webgui
synced 2025-10-05 23:52:43 +02:00
seems to fix #1
This commit is contained in:
@@ -45,10 +45,10 @@ angular.module('myApp.remoteimage')
|
||||
var sock = new WebSocket(wssurl);
|
||||
|
||||
var term = new Terminal({
|
||||
cols: 160,
|
||||
cols: 120,
|
||||
rows: 32,
|
||||
useStyle: true,
|
||||
screenKeys: false,
|
||||
screenKeys: true,
|
||||
cursorBlink: false
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user