summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();