mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
open console in new tab
This commit is contained in:
parent
be0cba852d
commit
6d71f49a7a
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ $("#console-vm").click(function(){
|
|||
}).then((response) => {
|
||||
return response.text()
|
||||
}).then((token) => {
|
||||
window.location = `/static/noVNC/vnc.html?autoconnect=true&?encrypt=true&?host=proxstar-vnc.csh.rit.edu&?port=443&?path=path?token=${token}`;
|
||||
window.open(`/static/noVNC/vnc.html?autoconnect=true&encrypt=true&host=proxstar-vnc.csh.rit.edu&port=443&path=path?token=${token}`, '_blank');
|
||||
}).catch(err => {
|
||||
if (err) {
|
||||
swal("Uh oh...", `Unable to start console for ${vmname}. Please try again later.`, "error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue