diff --git a/scripts/instance.js b/scripts/instance.js index 4929e8c..82e29a9 100644 --- a/scripts/instance.js +++ b/scripts/instance.js @@ -131,7 +131,7 @@ export class Instance extends HTMLElement { handleConsoleButton () { 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); } } }