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 f83d20d..34d263b 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("machine_id"));
+ await information(urlParams.get("machine"));
console.log("info done")
updateMachines();