File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
resource/template/dashboard-default Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 63
63
< script src ="https://unpkg.com/xterm@5.3.0/lib/xterm.js "> </ script >
64
64
< script src ="https://unpkg.com/@xterm/addon-fit@0.10.0/lib/addon-fit.js "> </ script >
65
65
< script src ="https://unpkg.com/@xterm/addon-web-links@0.11.0/lib/addon-web-links.js "> </ script >
66
- < script src ="https://unpkg.com/trzsz@1.1.5/lib/trzsz.js "> </ script >
67
66
< script >
68
67
let sendResizing = false ;
69
68
109
108
const socket = new WebSocket ( ( window . location . protocol == 'https:' ? 'wss' : 'ws' ) + '://' + window . location . host + '/terminal/' + '{{.SessionID}}' ) ;
110
109
socket . binaryType = 'arraybuffer' ;
111
110
112
- const trzszAddon = new TrzszAddon ( socket ) ;
113
- term . loadAddon ( trzszAddon ) ;
114
111
const fitAddon = new FitAddon . FitAddon ( ) ;
115
112
term . loadAddon ( fitAddon ) ;
116
113
You can’t perform that action at this time.
0 commit comments