From c665d89fc99a911b0473d7516860d8733b6e451f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 16 Feb 2023 01:25:17 +0000 Subject: [PATCH] comment out console handler Signed-off-by: Arthur Lu --- scripts/instance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }