cp dines
This commit is contained in:
parent
6ec078092a
commit
40f552bc89
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ term.loadAddon(fitAddon);
|
||||||
term.open(terminalContainer);
|
term.open(terminalContainer);
|
||||||
term.focus();
|
term.focus();
|
||||||
fitAddon.fit();
|
fitAddon.fit();
|
||||||
//get uri param for devbox
|
// get uri param for devbox
|
||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
const devboxId = urlParams.get('devboxId');
|
const devboxId = urlParams.get('devboxId');
|
||||||
const sessionId = urlParams.get('sessionId');
|
const sessionId = urlParams.get('sessionId');
|
||||||
|
|
Loading…
Reference in a new issue