summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-02 17:13:58 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-02 17:13:58 +0700
commite9794b9b003e04255e2b9008d567434aff8f78f2 (patch)
treea02dbe1b46cc44775a67dea98c6d788cea8eac9e /frontend
parent8cdf88e7e5a1de644f5df22516f89765494d86ac (diff)
apologies. i mean machine
Diffstat (limited to 'frontend')
-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();