comment out console handler

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-02-16 01:25:17 +00:00
parent 1533b26467
commit aad2c4df6c

View File

@ -131,7 +131,7 @@ export class Instance extends HTMLElement {
handleConsoleButton () { handleConsoleButton () {
if (this.status === "running") { if (this.status === "running") {
goToPage("pve-xtermjs/index.html", {type: this.type, vmid: this.vmid, name: this.name, node: this.node.name, user: getCookie("username"), url: "pve.tronnet.net/api2/json"}, true); //goToPage("pve-xtermjs/index.html", {type: this.type, vmid: this.vmid, name: this.name, node: this.node.name, user: getCookie("username"), url: "pve.tronnet.net/api2/json"}, true);
} }
} }
} }