summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-02 17:13:27 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-02 17:13:27 +0700
commit8cdf88e7e5a1de644f5df22516f89765494d86ac (patch)
tree86e351687dc7fff749e4027684e5121eb2821e2b
parent2d1c75369d8e201fa32a891ff747a8e9ebd3e2d5 (diff)
machine_id set to be all url params
-rw-r--r--frontend/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js
index f22c2d7..f83d20d 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -100,7 +100,7 @@ const STATUS_INTERVAL = 30
async function startUpdateMachines() {
const urlParams = new URLSearchParams(window.location.search);
- await information(urlParams.get("block"));
+ await information(urlParams.get("machine_id"));
console.log("info done")
updateMachines();